Update phnt headers
This commit is contained in:
@@ -1394,7 +1394,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS
|
|||||||
SystemSecureDumpEncryptionInformation,
|
SystemSecureDumpEncryptionInformation,
|
||||||
SystemWriteConstraintInformation, // SYSTEM_WRITE_CONSTRAINT_INFORMATION
|
SystemWriteConstraintInformation, // SYSTEM_WRITE_CONSTRAINT_INFORMATION
|
||||||
SystemKernelVaShadowInformation, // SYSTEM_KERNEL_VA_SHADOW_INFORMATION
|
SystemKernelVaShadowInformation, // SYSTEM_KERNEL_VA_SHADOW_INFORMATION
|
||||||
SystemHypervisorSharedPageInformation, // REDSTONE4
|
SystemHypervisorSharedPageInformation, // SYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION // REDSTONE4
|
||||||
SystemFirmwareBootPerformanceInformation,
|
SystemFirmwareBootPerformanceInformation,
|
||||||
SystemCodeIntegrityVerificationInformation,
|
SystemCodeIntegrityVerificationInformation,
|
||||||
SystemFirmwarePartitionInformation, // 200
|
SystemFirmwarePartitionInformation, // 200
|
||||||
@@ -3103,6 +3103,12 @@ typedef struct _SYSTEM_KERNEL_VA_SHADOW_INFORMATION
|
|||||||
};
|
};
|
||||||
} SYSTEM_KERNEL_VA_SHADOW_INFORMATION, *PSYSTEM_KERNEL_VA_SHADOW_INFORMATION;
|
} SYSTEM_KERNEL_VA_SHADOW_INFORMATION, *PSYSTEM_KERNEL_VA_SHADOW_INFORMATION;
|
||||||
|
|
||||||
|
// private
|
||||||
|
typedef struct _SYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION
|
||||||
|
{
|
||||||
|
PVOID HypervisorSharedUserVa;
|
||||||
|
} SYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION, *PSYSTEM_HYPERVISOR_SHARED_PAGE_INFORMATION;
|
||||||
|
|
||||||
// private
|
// private
|
||||||
typedef struct _SYSTEM_SPECULATION_CONTROL_INFORMATION
|
typedef struct _SYSTEM_SPECULATION_CONTROL_INFORMATION
|
||||||
{
|
{
|
||||||
|
@@ -136,6 +136,15 @@ typedef struct _MEMORY_REGION_INFORMATION
|
|||||||
SIZE_T CommitSize;
|
SIZE_T CommitSize;
|
||||||
} MEMORY_REGION_INFORMATION, *PMEMORY_REGION_INFORMATION;
|
} MEMORY_REGION_INFORMATION, *PMEMORY_REGION_INFORMATION;
|
||||||
|
|
||||||
|
// private
|
||||||
|
typedef enum _MEMORY_WORKING_SET_EX_LOCATION
|
||||||
|
{
|
||||||
|
MemoryLocationInvalid,
|
||||||
|
MemoryLocationResident,
|
||||||
|
MemoryLocationPagefile,
|
||||||
|
MemoryLocationReserved
|
||||||
|
} MEMORY_WORKING_SET_EX_LOCATION;
|
||||||
|
|
||||||
// private
|
// private
|
||||||
typedef struct _MEMORY_WORKING_SET_EX_BLOCK
|
typedef struct _MEMORY_WORKING_SET_EX_BLOCK
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user