IStream.RemoteWrite(Byte, UInt32, UInt32) 方法

定義

將指定的位元組數目寫入資料流物件中目前搜尋指標開始處。

public:
 void RemoteWrite(System::Byte % pv, System::UInt32 cb, [Runtime::InteropServices::Out] System::UInt32 % pcbWritten);
public void RemoteWrite (ref byte pv, uint cb, out uint pcbWritten);
abstract member RemoteWrite : byte * uint32 * uint32 -> unit
Public Sub RemoteWrite (ByRef pv As Byte, cb As UInteger, ByRef pcbWritten As UInteger)

參數

pv
Byte

要寫入此資料流的緩衝區。

cb
UInt32

要寫入資料流中的位元組數目。

pcbWritten
UInt32

成功傳回時,包含寫入至資料流物件的實際位元組數目。

實作

適用於