IFSMgr_RegisterNet


IFSMgr_RegisterNet(
 pIFSFunc pfunc,
 unsigned long FSD_IFS_Version,
 unsigned long NetID
 )

An FSD that manages a remote resource is registered with the IFS manager by calling the IFSMgr_RegisterNet service. It is this service that makes the FSD module become recognized by the IFS manager. A pointer to the FSD connect entry point is passed to the IFS manager.The IFS manager will not register the FSD 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.

NetID

Supplies an identification for the kind of network provider. A list of supported net providers is defined in the file winnetwk.h which is part of the SDK.