AuditLookupCategoryGuidFromCategoryId function (ntsecapi.h)

The AuditLookupCategoryGuidFromCategoryId function retrieves a GUID structure that represents the specified audit-policy category.

Syntax

BOOLEAN AuditLookupCategoryGuidFromCategoryId(
  [in]  POLICY_AUDIT_EVENT_TYPE AuditCategoryId,
  [out] GUID                    *pAuditCategoryGuid
);

Parameters

[in] AuditCategoryId

An element of the POLICY_AUDIT_EVENT_TYPE enumeration that specifies an audit-policy category.

[out] pAuditCategoryGuid

A pointer to a GUID structure that represents the audit-policy category specified by the AuditCategoryId

Return value

If the function succeeds, it returns TRUE.

If the function fails, it returns FALSE. To get extended error information, call GetLastError.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header ntsecapi.h
Library Advapi32.lib
DLL Advapi32.dll

See also

AuditLookupCategoryIdFromCategoryGuid