SepAuditingEnabledForSubcategory

UINT8 __stdcall SepAuditingEnabledForSubcategory(UINT64 Subcategory, UINT8 AccessGranted, UINT8 AccessDenied){
  __int64 v3; 

  v3 = (unsigned int)(Subcategory - 100);
  return SeAuditingState[2 * v3] && AccessGranted || SeAuditingState[2 * v3 + 1] && AccessDenied;
}

Referenced by:

SepAdtAuditPrivilegeUseWithContext
SepAdtAuditThisEventWithContext
SepAdtClassifyObjectIntoSubCategory