IFSMgr_CheckDelResource
IFSMgr_CheckDelResource(
void * pIFSResourceHandle
int force,
int fDelFlag
)
This service is called by an FSD to delete all connections to a particular resource. There is an option on the service which can be used to check if the disconnection can happen at the force level that is passed in without actually deleting the connection.
- pIFSResourceHandle
- Supplies the IFS system resource handle. This should be the same system resource handle that is passed in to the FSD on the FS_ConnectResource API in ir_fh.
- force
- Supplies the force level for the disconnection. Please refer to section 8.11.14 for details on the force levels.
- fDelFlag
- This is a Boolean flag that is TRUE (non-zero) if the resource is to be deleted and FALSE (zero) if the IFS manager should check for deletion without error without actually deleting the resource.
- Returns 0 if deletion was successful, errorcode if failure.