108
GetQueueBufferSize
Type
Function returning Integer
Invocation
GetQueueBufferSize(queue)
Parameter
Method
Type
Description
queue
ByRef
array of Byte
The queue of interest.
Discussion
This function returns the number of bytes of data space in a queue that has been properly initialized using
OpenQueue(). Note that the data space in a queue is somewhat less than the number of bytes in the
byte array comprising the queue due to space required for queue management information. See
Compatibility
BasicX allows any type for the first parameter. This implementation requires that it be an array of Byte.