DdqGetDiagnosticRecordLocaleTagCount function (diagnosticdataquery.h)

Fetches the number (size) of tags in the resource pointed to by the HDIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION handle.

Syntax

HRESULT DdqGetDiagnosticRecordLocaleTagCount(
  HDIAGNOSTIC_EVENT_TAG_DESCRIPTION hTagDescription,
  UINT32                            *tagDescriptionCount
);

Parameters

hTagDescription

Type: HANDLE Handle to the resource that contains the list of tag descriptions.

tagDescriptionCount

Type: UINT32 This output parameter is the number of tags in the list of tag descriptions.

Return value

Type: HRESULT Returns S_OK on successful completion.

Remarks

For more details about the tag description data type, see our DIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION. For details about what a privacy tag is, see our privacy statement.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004 (10.0; Build 19041)
Minimum supported server Windows Server, version 2004 (10.0; Build 19041)
Header diagnosticdataquery.h