Bitdefender Hypervisor Memory Introspection
hnd_remediation.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _HND_REMEDIATION_H_
6 #define _HND_REMEDIATION_H_
7 
8 #include "introtypes.h"
9 
12  _In_opt_ void *Reserved,
13  _In_ PIG_ARCH_REGS Registers
14  );
15 
16 #endif // _HND_REMEDIATION_H_
#define _In_opt_
Definition: intro_sal.h:16
#define _In_
Definition: intro_sal.h:21
INTSTATUS IntAgentHandleRemediationVmcall(void *Reserved, PIG_ARCH_REGS Registers)
Handle a VMCALL issued by a remediation agent.
int INTSTATUS
The status data type.
Definition: introstatus.h:24
Holds register state.
Definition: glueiface.h:30