Bitdefender Hypervisor Memory Introspection
winuser_checks.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
10 
11 #ifndef _WINUSER_CHECKS_H_
12 #define _WINUSER_CHECKS_H_
13 
14 #include "exceptions.h"
15 
20  );
21 
22 
23 #endif // _WINUSER_CHECKS_H_
#define _In_
Definition: intro_sal.h:21
Describes a user-mode originator.
Definition: exceptions.h:994
int INTSTATUS
The status data type.
Definition: introstatus.h:24
Describes the modified zone.
Definition: exceptions.h:893
INTSTATUS IntWinUmCheckInitializationInjection(PEXCEPTION_VICTIM_ZONE Victim, PEXCEPTION_UM_ORIGINATOR Originator)
This function is used by the exception mechanism in order to verify the initialization state of a pro...