Navigation bar
  Start Previous page
 117 of 283 
Next page End 112 113 114 115 116 117 118 119 120 121 122  

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
OpenQueue() for more details.
Compatibility
BasicX allows any type for the first parameter.  This implementation requires that it be an array of Byte.
Previous page Top Next page