AcxElementGetContainer - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxelements.h

ACXOBJECT AcxElementGetContainer(
  ACXELEMENT Element
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxelements-acxelementgetcontainer)

Description

The AcxElementGetContainer function retrieves the associated container for the given ACX element. For more information about ACX objects, see Summary of ACX Objects.

Parameters

Element

An existing, initialized, ACXELEMENT object. For more information about ACX objects, see Summary of ACX Objects.

Return value

Returns the ACXOBJECT object that is the container for the specified ACX element.

Remarks

Example

Example usage is shown below.

    ACXCIRCUIT circuit = (ACXCIRCUIT)AcxElementGetContainer((ACXELEMENT)Mute);

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also