Assessment::GetGUID method

[This documentation is preliminary and is subject to change.]

Applies to: desktop apps only

Retrieve the unique identity of the assessment.

Syntax

HRESULT GetGUID(
  [out, ref]  GUID &assessmentGUID
);

Parameters

  • assessmentGUID [out, ref]
    The GUID of the assessment.

Return value

If the assessment GUID is successfully retrieved, the method returns S_OK.

Remarks

Assessments use a GUID as the identity of individual assessments. The localized name of an assessment returned by the GetName method is used only for display purposes. As a result, it is possible to have multiple assessments in a single job manifest that have the same localized name that is returned by this method whether or not they are the same assessment. It is the solution’s responsibility to detect unique assessments based on the actual assessment GUID rather than the name.

Requirements

Minimum supported client

Windows 7

Minimum supported server

Windows Server 2008 R2

Header

AxeHosting.h

DLL

AxeCore.dll

See also

Assessment

GetName

 

 

Build date: 1/8/2012