Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
typedef enum {
KS_MemoryTypeDontCare,
KS_MemoryTypeKernelPaged,
KS_MemoryTypeKernelNonPaged,
KS_MemoryTypeDeviceHostMapped,
KS_MemoryTypeDeviceSpecific,
KS_MemoryTypeUser,
KS_MemoryTypeAnyHost
} KS_LogicalMemoryType;
Constants
KS_MemoryTypeDontCare |
KS_MemoryTypeKernelPaged |
KS_MemoryTypeKernelNonPaged |
KS_MemoryTypeDeviceHostMapped |
KS_MemoryTypeDeviceSpecific |
KS_MemoryTypeUser |
KS_MemoryTypeAnyHost |
Requirements
Requirement | Value |
---|---|
Header | ksproxy.h |