ISequentialStream.RemoteRead(Byte, UInt32, UInt32) Método

Definición

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

Parámetros

pv
Byte
cb
UInt32
pcbRead
UInt32

Se aplica a