CEL_VIRTUAL_COPY

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Other Resources

VirtualCopy