NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataBuffer.GetBytes

[To be supplied.]

[Visual Basic]
Function GetBytes( _
   ByVal i As Integer, _
   ByVal buffer() As Byte, _
   ByVal length As Integer, _
   ByVal bufferoffset As Integer, _
   ByVal fieldoffset As Integer _
) As Integer
[C#]
int GetBytes(
   int i,
   byte[] buffer,
   int length,
   int bufferoffset,
   int fieldoffset
);
[C++]
int GetBytes(
   int i,
   unsigned char* buffer[],
   int length,
   int bufferoffset,
   int fieldoffset
) = 0;
[JScript]
function GetBytes(
   i : int,
   buffer : Byte[],
   length : int,
   bufferoffset : int,
   fieldoffset : int
) : int;

Parameters

i
[To be supplied.]
buffer
[To be supplied.]
length
[To be supplied.]
bufferoffset
[To be supplied.]
fieldoffset
[To be supplied.]

See Also

IDataBuffer Interface | IDataBuffer Members | System.Data Namespace