SepAdtRegNotificationCallback

VOID __fastcall SepAdtRegNotificationCallback(VOID *pContext){
  UINT64 v1; 
  VOID *v2; 
  BOOL Asynchroneous; 
  BOOL WatchSubtree; 
  SepAdtInitializeCrashOnFail();
  SepAdtInitializePrivilegeAuditing();
  SepAdtInitializeBounds(v2, v1);
  LOBYTE(WatchSubtree) = 1;
  LOBYTE(Asynchroneous) = 0;
  NtNotifyChangeKey(
    SepAdtRegNotifyHandle,
    0i64,
    SepAdtLsaRegWatchWorkItem,
    (PVOID)1,
    &SepAdtIoStatusBlock,
    5u,
    Asynchroneous,
    0i64,
    0,
    WatchSubtree);
}

Referenced by:

No references.