FsRtlNormalizeNtstatus

NTSTATUS __stdcall FsRtlNormalizeNtstatus(INT64 Exception, INT64 GenericException){
  NTSTATUS v2; 
  NTSTATUS v3; 
  char v4; 

  v2 = GenericException;
  v3 = Exception;
  FsRtlIsNtstatusExpected(Exception);
  if( !v4 )
    return v2;
  return v3;
}

Referenced by:

No references.