// acxelements.h
ACXOBJECT AcxElementGetContainer(
ACXELEMENT Element
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxElementGetContainer function retrieves the associated container for the given ACX element. For more information about ACX objects, see Summary of ACX Objects.
ElementAn existing, initialized, ACXELEMENT object. For more information about ACX objects, see Summary of ACX Objects.
Returns the ACXOBJECT object that is the container for the specified ACX element.
Example usage is shown below.
ACXCIRCUIT circuit = (ACXCIRCUIT)AcxElementGetContainer((ACXELEMENT)Mute);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.