DOMAIN_CONFIGURATION_X64 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef struct _DOMAIN_CONFIGURATION_X64 {
  PHYSICAL_ADDRESS FirstLevelPageTableRoot;
  BOOLEAN          TranslationEnabled;
} DOMAIN_CONFIGURATION_X64, *PDOMAIN_CONFIGURATION_X64;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-domain_configuration_x64)

Description

The DOMAIN_CONFIGURATION_X64 structure is reserved for system use only.

Members

FirstLevelPageTableRoot

TranslationEnabled

Remarks

See also