Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MM_COPY_ADDRESS structure (ntddk.h)

The MM_COPY_ADDRESS structure contains either a virtual memory address or a physical memory address.

Syntax

typedef struct _MM_COPY_ADDRESS {
 union {
 PVOID VirtualAddress;
 PHYSICAL_ADDRESS PhysicalAddress;
 };
} MM_COPY_ADDRESS, *PMMCOPY_ADDRESS;

Members

VirtualAddress

A virtual memory address.

PhysicalAddress

A physical memory address.

Remarks

This structure is used by the MmCopyMemory routine.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 8.1.
Header ntddk.h

See also

MmCopyMemory


Feedback

Was this page helpful?

Additional resources