Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AcxTargetElementGetType function given an existing ACXTARGETELEMENT object, returns its corresponding element type in the form of a GUID.
Syntax
GUID AcxTargetElementGetType(
ACXTARGETELEMENT TargetElement
);
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.
Requirements
Requirement | Value |
---|---|
Header | acxtargets.h |
IRQL | <= DISPATCH_LEVEL |