KS_LogicalMemoryType - NtDoc

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

typedef enum {
  KS_MemoryTypeDontCare,
  KS_MemoryTypeKernelPaged,
  KS_MemoryTypeKernelNonPaged,
  KS_MemoryTypeDeviceHostMapped,
  KS_MemoryTypeDeviceSpecific,
  KS_MemoryTypeUser,
  KS_MemoryTypeAnyHost
} KS_LogicalMemoryType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksproxy-ks_logicalmemorytype)

KS_LogicalMemoryType enumeration

Description

Constants

KS_MemoryTypeDontCare

KS_MemoryTypeKernelPaged

KS_MemoryTypeKernelNonPaged

KS_MemoryTypeDeviceHostMapped

KS_MemoryTypeDeviceSpecific

KS_MemoryTypeUser

KS_MemoryTypeAnyHost