VfCheckNxPagePriority

VOID __stdcall VfCheckNxPagePriority(_MM_PAGE_PRIORITY Priority, VOID *CallerAddress){
  if( ViVerifierEnabled )
    VfCheckPagePriority(Priority, CallerAddress);
}

Referenced by:

No references.