IStream.RemoteWrite(Byte, UInt32, UInt32) Method

Definition

Writes a specified number of bytes into the stream object starting at the current seek pointer.

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)

Parameters

pv
Byte

The buffer to write this stream to.

cb
UInt32

The number of bytes to write to the stream.

pcbWritten
UInt32

On successful return, contains the actual number of bytes written to the stream object.

Implements

Applies to