IFSMgr_RegisterMailSlot


IFSMgr_RegisterMailslot(
 pIFSFunc pfunc,
 unsigned long FSD_IFS_Version
 )

An FSD that provides mailslots is registered with the IFS manager by calling the IFSMgr_RegisterMailSlot service. It is this service that makes the FSD module become recognized by the IFS manager. A pointer to the mailslot function entry point is passed to the IFS manager.The IFS manager will not mount the provider if the version number passed in does not match its version.

pfunc

Supplies a pointer to the FSD connect entry point. (FS_ConnectNetResource)

FSD_IFS_Version

Supplies version of the IFS manager the FSD can support.