The DosMailslotInfo API retrieves information about a particular mailslot.
Restrictions
#include <netcons.h> #include <mailslot.h> DosMailslotInfo(mailslothandle, pusMessageSize, pusMailslotSize, nextsize, nextpriority, msgcount); /* 16 bit */ Dos32MailslotInfo(mailslothandle, pusMessageSize, pusMailslotSize, nextsize, nextpriority, msgcount); /* 32 bit */Parameters
See Common Parameter Definitions for descriptions of parameters not defined here.
mailslothandle
The following table lists the return codes most significant to this API.
(See API Return Codes for a complete
list of return codes.) ┌─────────────────────────────┬────────────┬───────────────────────────────────┐│SYMBOLICCONSTANT
│VALUE │MEANING │
├─────────────────────────────┼────────────┼───────────────────────────────────┤
│ NERR_Success │ 0 │ No errors were encountered. │
├─────────────────────────────┼────────────┼───────────────────────────────────┤
│ ERROR_INVALID_HANDLE │ 6 │ The specified handle is not │
│ │ │ valid. │
└─────────────────────────────┴────────────┴───────────────────────────────────┘
For information about: