DOMAIN_CONFIGURATION_X64 structure (wdm.h)

The DOMAIN_CONFIGURATION_X64 structure is reserved for system use only.

Syntax

typedef struct _DOMAIN_CONFIGURATION_X64 {
  PHYSICAL_ADDRESS FirstLevelPageTableRoot;
  BOOLEAN          TranslationEnabled;
} DOMAIN_CONFIGURATION_X64, *PDOMAIN_CONFIGURATION_X64;

Members

FirstLevelPageTableRoot

TranslationEnabled

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header wdm.h (include Wdm.h)