Bitdefender Hypervisor Memory Introspection
hnd_loggather.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_LOGGATHER_H_
6 #define _HND_LOGGATHER_H_
7 
8 #include "introtypes.h"
9 
12  _In_opt_ void *Reserved,
13  _In_ PIG_ARCH_REGS Registers
14  );
15 
16 #endif // _HND_LOGGATHER_H_
#define _In_opt_
Definition: intro_sal.h:16
#define _In_
Definition: intro_sal.h:21
int INTSTATUS
The status data type.
Definition: introstatus.h:24
INTSTATUS IntAgentHandleLogGatherVmcall(void *Reserved, PIG_ARCH_REGS Registers)
Handle a VMCALL issued by a log gather agent.
Definition: hnd_loggather.c:11
Holds register state.
Definition: glueiface.h:30