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
16
INTSTATUS
17
IntWinUmCheckInitializationInjection
(
18
_In_
PEXCEPTION_VICTIM_ZONE
Victim,
19
_In_
PEXCEPTION_UM_ORIGINATOR
Originator
20
);
21
22
23
#endif // _WINUSER_CHECKS_H_
_In_
#define _In_
Definition:
intro_sal.h:21
_EXCEPTION_UM_ORIGINATOR
Describes a user-mode originator.
Definition:
exceptions.h:933
INTSTATUS
int INTSTATUS
The status data type.
Definition:
introstatus.h:24
exceptions.h
_EXCEPTION_VICTIM_ZONE
Describes the modified zone.
Definition:
exceptions.h:847
IntWinUmCheckInitializationInjection
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...
Definition:
winuser_checks.c:260
introcore
include
winuser_checks.h
Generated by
1.8.13