Bitdefender Hypervisor Memory Introspection
winumcrash.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _WINUMCRASH_H_
6 #define _WINUMCRASH_H_
7 
8 #include "introtypes.h"
9 
12  _In_ void *Detour
13  );
14 
15 #endif // !_WINUMCRASH_H_
INTSTATUS IntWinHandleException(void *Detour)
Handles a hardware exception triggered inside the guestThis is the detour handler for the guest KiDis...
Definition: winumcrash.c:544
#define _In_
Definition: intro_sal.h:21
int INTSTATUS
The status data type.
Definition: introstatus.h:24