◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_DOSNMPIPES typedef struct _AVAILDATA { /* avldt */ USHORT cbpipe; USHORT cbmessage; } AVAILDATA; The AVAILDATA structure contains information about the bytes in a named pipe. Field Description ──────────────────────────────────────────────────────────────────────────── cbpipe Specifies the number of bytes left in the pipe. cbmessage Specifies the number of bytes left in the current message. See Also DosPeekNmPipe ♦