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.
Defines the MEMORY_PARTITION_DEDICATED_MEMORY_OPEN_INFORMATION structure.
Syntax
typedef struct _MEMORY_PARTITION_DEDICATED_MEMORY_OPEN_INFORMATION {
ULONG64 DedicatedMemoryTypeId;
ULONG HandleAttributes;
ACCESS_MASK DesiredAccess;
HANDLE DedicatedMemoryPartitionHandle;
} MEMORY_PARTITION_DEDICATED_MEMORY_OPEN_INFORMATION, *PMEMORY_PARTITION_DEDICATED_MEMORY_OPEN_INFORMATION;
Members
DedicatedMemoryTypeId
HandleAttributes
DesiredAccess
DedicatedMemoryPartitionHandle
Requirements
Requirement | Value |
---|---|
Minimum supported server | Windows Server 2022 |
Header | wdm.h (include Wdm.h) |