SMKM_STORE::SmStUnhandledExceptionFilter

__int64 __fastcall SMKM_STORE::SmStUnhandledExceptionFilter(
        ULONG_PTR BugCheckParameter1,
        ULONG_PTR BugCheckParameter2,
        int a3){
  int v6; 
  if( a3 == 1 )
  {
    v6 = **(_DWORD **)BugCheckParameter2;
    if( v6 == -1073741819 || v6 == -1073740768 )
      SmHpChunkHeapProtect(BugCheckParameter1 + 272, 2, 1ui64);
  }
  if( BugCheckParameter2 )
    KeBugCheckEx(0x154u, BugCheckParameter1, BugCheckParameter2, a3, 0i64);
  return 0i64;
}

Referenced by:

No references.