IStream.RemoteWrite(Byte, UInt32, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的位元組數目寫入資料流物件中目前搜尋指標開始處。
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
成功傳回時,包含寫入至資料流物件的實際位元組數目。