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.
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. |