Bitdefender Hypervisor Memory Introspection
winintobj.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _WININTOBJ_H_
6 #define _WININTOBJ_H_
7 
8 #include "guests.h"
9 
12  void
13  );
14 
17  void
18  );
19 
20 #endif //_WININTOBJ_H_
int INTSTATUS
The status data type.
Definition: introstatus.h:24
INTSTATUS IntWinIntObjProtect(void)
Protects the interrupt objects which are present in the KPRCB's InterruptObject array.
Definition: winintobj.c:473
INTSTATUS IntWinIntObjUnprotect(void)
Uninitializes the interrupt objects protection.
Definition: winintobj.c:609