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