PiCMMandatoryFilterCallback

UINT8 __fastcall PiCMMandatoryFilterCallback(INT64 a1, WCHAR *a2, INT64 a3, SECURITY_SUBJECT_CONTEXT *a4){
  if( a4 && (_DWORD)a3 == 1 )
    PiPnpRtlApplyMandatoryFilters();
  return 0;
}

Referenced by:

No references.