Navigation bar
  Start Previous page
 120 of 286 
Next page End  

106
GetQueueSpace
Type
Function returning Integer
Invocation
GetQueueSpace(queue) 
Parameter
Method
Type
Description
queue
ByRef
array of Byte
The queue of interest.
Discussion
This function returns the number of bytes of space remaining in the specified queue, effectively the same
Note that before any queue operations are performed, the queue data structure must be initialized.  See
the discussion of OpenQueue() for more details.
Compatibility
This function is not available in BasicX compatibility mode.
See Also
Previous page Top Next page