This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub RemoteRead ( _ ByRef pv As Byte&, _ ByVal cb As Integer, _ ByRef pcbRead As Integer _ )
[C#] public void RemoteRead ( ref Byte& pv, ref uint cb, ref uint pcbRead );
[C++]
HRESULT RemoteRead(
System.Byte* pv,
Unsigned long cb,
System.UInt32* pcbRead
);
[C++]
Parameters pv [out]
pv is a parameter of type unsigned char* cb [in]
cb is a parameter of type unsigned long pcbRead [out]
pcbRead is a parameter of type unsigned long*
ISequentialStream is a Microsoft interface. Please refer to MSDN for information about this interface.