msos2.hlp (Table of Contents; Topic list)
AVAILDATA (1.2)
                                                      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