Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |