AVAILDATA: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
=== Type === | === Type === | ||
[[ | [[USHORT]] cbpipe; | ||
USHORT cbmessage; | |||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
Line 15: | Line 15: | ||
:Number of bytes in the current message. A value of 0 indicates a byte-stream pipe. | :Number of bytes in the current message. A value of 0 indicates a byte-stream pipe. | ||
[[Category: | [[Category:Data type]] |
Revision as of 11:53, 31 October 2016
AVAILDATA
Four-byte buffer in which the system returns the number of bytes that were available in the named pipe.
Type
USHORT cbpipe; USHORT cbmessage;
C Declaration Method
typedef struct
Fields
- cbpipe
- Number of bytes that were buffered in the pipe, including the message-header bytes and bytes that have been examined.
- cbmessage
- Number of bytes in the current message. A value of 0 indicates a byte-stream pipe.