IFSMgr_DelAllUses


IFSMgr_DelAllUses(
 int proId,
 int force
 )

This service is called by an FSD to remove all redirections to drives managed by that FSD. This service is usually called at shutdown time to disconnect all connections by an FSD.

proId

Supplies the provider id of the FSD whose connections need to be disconnected.

force

Supplies the force level to be used for all disconnections. The force level semantics are basically the same as described in section 8.11.5.15 with the addition of a new force level.

Disconnection Force Values:

Value

Meaning

FORCE LEVEL 0, 1, 2, 3

The semantics are the same as those described in section 8.11.5.15.

FORCE LEVEL 4

Disconnect static connections also. This can be done only at shutdown time.