CEL_VIRTUAL_COPY (Windows CE 5.0)
This structure identifies the thread that makes a call to VirtualCopy.
typedef struct __CEL_VIRTUAL_COPY {DWORDdwDest;DWORDdwSource;DWORDdwSize;DWORDdwProtect;} 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
OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
See Also
Send Feedback on this topic to the authors