Bitdefender Hypervisor Memory Introspection
_CAMI_WIN_VERSION_STRING Struct Reference

Describe windows version strings. More...

#include <update_guests.h>

Data Fields

QWORD VersionStringSize
 Size of the version string. More...
 
CHAR VersionString [MAX_VERSION_STRING_SIZE]
 The version string. More...
 
QWORD ServerVersionStringSize
 Size of the server version string, if exists. More...
 
CHAR ServerVersionString [MAX_VERSION_STRING_SIZE]
 The version string if the OS is a server. More...
 

Detailed Description

Describe windows version strings.

Definition at line 132 of file update_guests.h.

Field Documentation

◆ ServerVersionString

CHAR _CAMI_WIN_VERSION_STRING::ServerVersionString[MAX_VERSION_STRING_SIZE]

The version string if the OS is a server.

Definition at line 137 of file update_guests.h.

Referenced by IntCamiLoadWindows().

◆ ServerVersionStringSize

QWORD _CAMI_WIN_VERSION_STRING::ServerVersionStringSize

Size of the server version string, if exists.

Definition at line 136 of file update_guests.h.

Referenced by IntCamiLoadWindows().

◆ VersionString

CHAR _CAMI_WIN_VERSION_STRING::VersionString[MAX_VERSION_STRING_SIZE]

The version string.

Definition at line 135 of file update_guests.h.

Referenced by IntCamiLoadWindows().

◆ VersionStringSize

QWORD _CAMI_WIN_VERSION_STRING::VersionStringSize

Size of the version string.

Definition at line 134 of file update_guests.h.

Referenced by IntCamiLoadWindows().


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