RemoveCustomProperty
Attempts to remove a custom property from the custom property.
Declaration
virtual kern_return_t RemoveCustomProperty(IOUserAudioCustomProperty *in_custom_property);Parameters
- in_custom_property:
An Iouseraudiocustomproperty object to remove from the Iouseraudiocustomproperty.
Return Value
Discussion
This method always returns kIOReturnError since a custom property can’t have a custom property.