Bitdefender Hypervisor Memory Introspection
wininfinityhook.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _WIN_INFINITY_HOOK_H_
6 #define _WIN_INFINITY_HOOK_H_
7 
8 #include "introtypes.h"
9 
10 //
11 // API
12 //
15  void
16  );
17 
20  void
21  );
22 
23 #endif // !_WIN_INFINITY_HOOK_H_
INTSTATUS IntWinInfHookProtect(void)
This function initializes protection against infinity hook mechanism.
int INTSTATUS
The status data type.
Definition: introstatus.h:24
INTSTATUS IntWinInfHookUnprotect(void)
Removes the protection against infinity hook.