CEL_VIRTUAL_COPY (Compact 2013)
3/28/2014
This structure identifies the thread that makes a call to VirtualCopy.
Syntax
typedef struct __CEL_VIRTUAL_COPY {
DWORD dwDest;
DWORD dwSource;
DWORD dwSize;
DWORD dwProtect;
} CEL_VIRTUAL_COPY, *PCEL_VIRTUAL_COPY;
Members
- dwDest
Corresponds to the lpvDest parameter of VirtualCopy.
- dwSource
Corresponds to the lpvSrc parameter of VirtualCopy.
- dwSize
Corresponds to the cbSize parameter of VirtualCopy.
- dwProtect
Corresponds to the fdwProtect parameter of VirtualCopy.
Requirements
Header |
celog.h |