Jump to content

AVAILDATA: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== AVAILDATA ==
Four-byte buffer in which the system returns the number of bytes that were available in the named pipe.
Four-byte buffer in which the system returns the number of bytes that were available in the named pipe.


Line 10: Line 9:


=== Fields ===
=== Fields ===
;cbpipe
;cbpipe:Number of bytes that were buffered in the pipe, including the message-header bytes and bytes that have been examined.
: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.
;cbmessage
:Number of bytes in the current message. A value of 0 indicates a byte-stream pipe.


[[Category:Data type]]
[[Category:Data type]]

Revision as of 13:44, 24 May 2017

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.