Microsoft DirectX 8.1 (Visual Basic)

NewBuffer

Creates a byte array.

NewBuffer( Buffer() As Byte ) As Long

Parameters

Buffer
Byte array that will be initialized to a default number of members.

Return Values

Returns a Long value containing the offset to the start of the array. This value will always be zero.

Remarks

The default number of members in the returned array is 20.