This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub ExportToESRISegment ( _ ByRef byteBuffer As Byte&, _ ByRef cBytesWrote As Integer _ )
[C#] public void ExportToESRISegment ( ref Byte& byteBuffer, ref int cBytesWrote );
[C++]
HRESULT ExportToESRISegment(
System.Byte* byteBuffer,
System.Int32* cBytesWrote
);
[C++]
Parameters byteBuffer [out]
byteBuffer is a parameter of type unsigned char* cBytesWrote [out]
cBytesWrote is a parameter of type long*