IFSMgr_SetupFailedConnection


IFSMgr_SetupFailedConnection(
 pioreq pir,
 unsigned long * pProId
 )

This service is called for VxDs that try to emulate network services when the network provider is not available. Typically, this kind of service would be used by VxDs that provide remote networking capabilities. It provides the VxD an opportunity to fake a connection after all registered net providers have been unable to connect to the resource.

pir

Supplies pointer to the IOREQ structure. The fields in the IOREQ are setup exactly the same as for the FS_ConnectNetResource FSD api. Please refer to section 8.5.3 for details.

pProId

Supplies the pointer to a variable in which the VxD that provides the connection fills in its provider id.

IOREQ Structure:

This structure should be filled in with the same return values as the FS_ConnectNetResource api. Please refer to section 8.5.3 for details.

pProId

Returns the provider id of the VxD that provides the connection. If the VxD is unable to provide the connection, it should not update this field.