Contents

UserRemoveHBAProperties

Removes properties from a host bus adapter in response to a call from the framework.

Declaration

virtual kern_return_t UserRemoveHBAProperties(OSArray *properties);

Parameters

  • properties:

    An array containing keys of the properties to remove.

Return Value

A value that indicates the result of removing the properties. kIOReturnSuccess indicates success. For error definitions, see IOKit Constants.

Discussion

Your driver extension calls this method to remove properties from the HBA. The properties directory can contain the following keys:

See Also

Managing Host Bus Adapters