UserRemoveTargetProperties
Removes properties from a target.
Declaration
virtual kern_return_t UserRemoveTargetProperties(SCSIDeviceIdentifier targetID, OSArray *properties);Parameters
- targetID:
The ID of the target with the properties you want to remove.
- properties:
An array containing keys of the properties to remove.
Return Value
A value that indicates the result of setting the target’s specified properties. kIOReturnSuccess indicates success. For error definitions, see IOKit Constants.
Discussion
Your driver extension calls this method to remove the specified properties from the target.