Contents

detachFromParent

Detaches an entry from a parent entry in a plane.

Declaration

virtual void detachFromParent(
 IORegistryEntry *parent, 
 const IORegistryPlane *plane );

Parameters

  • parent:

    The registry entry to detach from.

  • plane:

    The plane object.

Overview

This is the usual method of removing an entry from the registry. It is a no-op if the entry is not attached to the parent. Detaching the entry will release both the child and parent. This method will call detachFromChild in the parent entry if it is not being called from detachFromChild.

See Also

Miscellaneous