UCOMIStream.Read(Byte[], Int32, IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從資料流物件中將指定的位元組數目讀入記憶體中目前搜尋指標開始處。
public:
void Read(cli::array <System::Byte> ^ pv, int cb, IntPtr pcbRead);
public void Read (byte[] pv, int cb, IntPtr pcbRead);
abstract member Read : byte[] * int * nativeint -> unit
Public Sub Read (pv As Byte(), cb As Integer, pcbRead As IntPtr)
參數
- pv
- Byte[]
在成功傳回時,含有從資料流讀取的資料。
- cb
- Int32
要從資料流物件讀取的位元組數目。
- pcbRead
-
IntPtr
nativeint
ULONG
變數的指標,其接收從資料流物件讀取的實際位元組數目。
備註
如需詳細資訊,請參閱 MSDN 文件庫中的現有檔 ISequentialStream::Read
。