IStream.RemoteRead(Byte, UInt32, UInt32) Метод

Определение

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)

Параметры

pv
Byte
cb
UInt32
pcbRead
UInt32

Реализации

Применяется к