IFSMgr_DoDelAllUses


IFSMgr_DoDelAllUses(
 pioreq pir
 )

This service performs the same function as IFSMgr_DelAllUses. The only difference is that this services needs the IOREQ structure and so can be called only on a call to the FSD by the IFS manager.

ir_flags

Supplies force level to be used for deleting the connections. 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.


ir_proid

Supplies the provider id of the FSD whose connections need to be disconnected. If this field contains ANYPROID, all network connections belonging to all network FSDs will be disconnected.

ir_error

Returns 0 if success, errorcode if failure.

There is no explicit return value to this service.