AuditLookupCategoryGuidFromCategoryId function (ntsecapi.h)
The AuditLookupCategoryGuidFromCategoryId function retrieves a GUID structure that represents the specified audit-policy category.
BOOLEAN AuditLookupCategoryGuidFromCategoryId(
[in] POLICY_AUDIT_EVENT_TYPE AuditCategoryId,
[out] GUID *pAuditCategoryGuid
);
[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
If the function succeeds, it returns TRUE.
If the function fails, it returns FALSE. To get extended error information, call GetLastError.
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 |