ISequentialStream.RemoteWrite(Byte, UInt32, UInt32) Method

Definition

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
cb
UInt32
pcbWritten
UInt32

Applies to