IoIsKernelPagingRead

BOOL __fastcall IoIsKernelPagingRead(IRP *a1){
  UINT8 HasExtensionType; 
  __int64 v2; 
  __int16 v3; 
  HasExtensionType = IopIrpHasExtensionType(a1, 8ui64);
  LOBYTE(v3) = 0;
  if( HasExtensionType )
    v3 = *(_WORD *)(*(_QWORD *)(v2 + 200) + 60i64);
  return(v3 & 1) == 0;
}

Referenced by:

No references.