IFSMgr_MakeMailslot

IFSMgr_MakeMailslot(
 pMSFunc pmsfunc,
 path_t pmsname,
 unsigned int * pmshand
 )
 

This service creates a new mailslot for a VxD.

pmsfunc
Supplies pointer to function to be called for mailslot reads.
pmsname
Supplies pointer to ASCIIZ mailslot name without the "\MAILSLOT\"
pmshand
Supplies pointer to variable to contain mailslot handle returned by the IFS manager.
pmshand Returns the mailslot handle created by the IFS manager.