// acxtargets.h
GUID AcxTargetElementGetNameTag(
ACXTARGETELEMENT TargetElement
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxTargetElementGetNameTag function given an existing ACXTARGETELEMENT object returns, returns its name-tag in the form of a GUID.
TargetElementAn existing ACXTARGETELEMENT Object. For more information about ACX objects, see Summary of ACX Objects.
A name-tag in the form of a GUID.
GUID elementNameTag;
...
elementNameTag = AcxTargetElementGetNameTag(targetElement);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.