|
Bitdefender Hypervisor Memory Introspection
|
Go to the source code of this file.
Functions | |
| INTSTATUS | IntWinGuestIsSupported (void) |
| Load os information from cami. More... | |
| BOOLEAN | IntWinGuestIsIncreasedUserVa (void) |
| Check if the guest has an increased user address space. More... | |
| BOOLEAN IntWinGuestIsIncreasedUserVa | ( | void | ) |
Check if the guest has an increased user address space.
Definition at line 43 of file winguest_supported.c.
Referenced by IntWinGuestFinishInit().
| INTSTATUS IntWinGuestIsSupported | ( | void | ) |
Load os information from cami.
Loads all os specific information from cami, for the current guest described by GUEST_STATE.OSVersion and GUEST_STATE.KptiInstalled, then sets GUEST_STATE.SafeToApplyOptions.
INT_STATUS_SUCCESS if successful, or an appropriate INTSTATUS error value.
Definition at line 12 of file winguest_supported.c.
Referenced by IntWinGuestFinishInit().