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

定義

此 API 支援產品基礎結構,而且不能直接從程式碼使用。 將指定的位元組數目寫入資料流物件中目前搜尋指標開始處。

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);
Public Sub RemoteWrite (ByRef pv As Byte, cb As UInteger, ByRef pcbWritten As UInteger)

參數

pv
Byte

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

cb
UInt32

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

pcbWritten
UInt32

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

適用於