WIN32_MEMORY_RANGE_ENTRY structure (memoryapi.h)

Specifies a range of memory. This structure is used by the PrefetchVirtualMemory function.

Syntax

typedef struct _WIN32_MEMORY_RANGE_ENTRY {
  PVOID  VirtualAddress;
  SIZE_T NumberOfBytes;
} WIN32_MEMORY_RANGE_ENTRY, *PWIN32_MEMORY_RANGE_ENTRY;

Members

VirtualAddress

NumberOfBytes

Remarks

To compile an application that calls this function, define _WIN32_WINNT as _WIN32_WINNT_WIN8 or higher. For more information, see Using the Windows Headers.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header memoryapi.h (include Windows.h, Memoryapi.h)

See also

Memory Management Structures

PrefetchVirtualMemory