AuditLookupCategoryIdFromCategoryGuid function (ntsecapi.h)
The AuditLookupCategoryIdFromCategoryGuid function retrieves an element of the POLICY_AUDIT_EVENT_TYPE enumeration that represents the specified audit-policy category.
Syntax
BOOLEAN AuditLookupCategoryIdFromCategoryGuid(
[in] const GUID *pAuditCategoryGuid,
[out] PPOLICY_AUDIT_EVENT_TYPE pAuditCategoryId
);
Parameters
[in] pAuditCategoryGuid
A pointer to a GUID structure that specifies an audit-policy category.
[out] pAuditCategoryId
A pointer to an element of the POLICY_AUDIT_EVENT_TYPE enumeration that represents the audit-policy category specified by the pAuditCategoryGuid parameter.
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 |