CEL_VIRTUAL_COPY (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 3.0 and later |
See Also
Reference
CeLog Event Tracking Structures