UINT8 __fastcall SepAdtInitializePrivilegeAuditing(){
__int64 **v0;
char ValueBuffer;
ValueBuffer = 0;
if( !SepAdtRegNotifyHandle
|| (SepRegQueryValue(SepAdtRegNotifyHandle, (PWCHAR)L"FullPrivilegeAuditing", 3ui64, 1ui64, &ValueBuffer),
v0 = SepFilterPrivilegesShort,
!ValueBuffer) )
{
v0 = SepFilterPrivilegesLong;
}
SepFilterPrivileges = v0;
return 1;
}