UserTargetPresentForID
Checks if a specific target is present.
Declaration
virtual kern_return_t UserTargetPresentForID(SCSIDeviceIdentifier targetID, bool *result);Parameters
- targetID:
The ID of the target to check.
- result:
A pointer to a Boolean value that the framework sets to
trueif the target is present andfalseotherwise.
Return Value
A value that indicates the result of checking for the target’s existence. kIOReturnSuccess indicates success. For error definitions, see IOKit Constants.
Discussion
Your driver extension can call this method to determine if a target ID is actually present.