InBufSize
|
Get the count of bytes waiting in the input buffer.
SYNTAX
InBufSize( nHandle ) --> nNumberofBytesInInputBuffer
nHandle
|
Instance identifier
|
Returns:
nNumberofBytesInInputBuffer
|
count of bytes waiting in the input buffer. Usually followed by
a call to Inchr() to fetch the bytes for processing.
|