Bitdefender Hypervisor Memory Introspection
_GUEST_INFO Struct Reference

Guest information. More...

#include <intro_types.h>

Data Fields

INTRO_GUEST_TYPE Type
 Type. More...
 
QWORD BuildNumber
 
BOOLEAN Guest64
 True if the OS is in 64-bit mode, False if it is not. More...
 
DWORD OsVersion
 
QWORD StartupTime
 Startup time. More...
 
QWORD _Reserved [4]
 

Detailed Description

Guest information.

Definition at line 2377 of file intro_types.h.

Field Documentation

◆ _Reserved

QWORD _GUEST_INFO::_Reserved[4]

Definition at line 2390 of file intro_types.h.

◆ BuildNumber

QWORD _GUEST_INFO::BuildNumber

Build number.

Definition at line 2380 of file intro_types.h.

Referenced by IntNotifyIntroDetectedOs().

◆ Guest64

BOOLEAN _GUEST_INFO::Guest64

True if the OS is in 64-bit mode, False if it is not.

Definition at line 2382 of file intro_types.h.

Referenced by IntNotifyIntroDetectedOs().

◆ OsVersion

DWORD _GUEST_INFO::OsVersion

Version.

Definition at line 2384 of file intro_types.h.

Referenced by IntNotifyIntroDetectedOs().

◆ StartupTime

QWORD _GUEST_INFO::StartupTime

Startup time.

Valid only if Type is introGuestWindows.

Definition at line 2388 of file intro_types.h.

Referenced by IntNotifyIntroDetectedOs().

◆ Type

INTRO_GUEST_TYPE _GUEST_INFO::Type

Type.

Definition at line 2379 of file intro_types.h.

Referenced by IntNotifyIntroDetectedOs().


The documentation for this struct was generated from the following file: