msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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