AcxTargetElementGetType - NtDoc

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

GUID AcxTargetElementGetType(
  ACXTARGETELEMENT TargetElement
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxtargets-acxtargetelementgettype)

Description

The AcxTargetElementGetType function given an existing ACXTARGETELEMENT object, returns its corresponding element type in the form of a GUID.

Parameters

TargetElement

An existing ACXTARGETELEMENT Object. For more information about ACX objects, see Summary of ACX Objects.

Return value

An element type as a GUID.

Remarks

Example

    ACXTARGETELEMENT targetElement = AcxTargetCircuitGetTargetElement(TargetCircuit, elementIndex);
    GUID elementType = AcxTargetElementGetType(targetElement);

ACX requirements

Minimum ACX version: 1.0

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

See also