AcxTargetElementGetNameTag function (acxtargets.h)

The AcxTargetElementGetNameTag function given an existing ACXTARGETELEMENT object returns, returns its name-tag in the form of a GUID.

Syntax

GUID AcxTargetElementGetNameTag(
  ACXTARGETELEMENT TargetElement
);

Parameters

TargetElement

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

Return value

A name-tag in the form of a GUID.

Remarks

Example


    GUID elementNameTag;
...

    elementNameTag = AcxTargetElementGetNameTag(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

See also