Bitdefender Hypervisor Memory Introspection
lixapi.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _LIXAPI_H_
6 #define _LIXAPI_H_
7 
8 #include "introtypes.h"
9 
12  void
13  );
14 
15 void
17  void
18  );
19 
20 #endif // _LIXAPI_H_
int INTSTATUS
The status data type.
Definition: introstatus.h:24
void IntLixApiUpdateHooks(void)
Update the hookable APIs according to the current Introcore options.
Definition: lixapi.c:341
INTSTATUS IntLixApiHookAll(void)
Iterates through all APIs that can be hooked and sets requested hooks.
Definition: lixapi.c:257