Contents

RemoveTargetProperty

Accessor for removing a property from a specific target.

Declaration

void RemoveTargetProperty (
 SCSIDeviceIdentifierdevice, 
 const char *key );

Parameters

  • device:

    A pointer to a valid IOSCSIParallelInterfaceDevice.

  • key:

    A pointer to a valid OSString object which represents the key.

See Also

Miscellaneous