MM_COPY_ADDRESS 구조체(ntddk.h)
MM_COPY_ADDRESS 구조에는 가상 메모리 주소 또는 실제 메모리 주소가 포함됩니다.
구문
typedef struct _MM_COPY_ADDRESS {
union {
PVOID VirtualAddress;
PHYSICAL_ADDRESS PhysicalAddress;
};
} MM_COPY_ADDRESS, *PMMCOPY_ADDRESS;
멤버
VirtualAddress
가상 메모리 주소입니다.
PhysicalAddress
실제 메모리 주소입니다.
설명
이 구조체는 MmCopyMemory 루틴에서 사용됩니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 8.1 부터 지원합니다. |
머리글 | ntddk.h |