CEL_VIRTUAL_COPY

This structure identifies the thread that makes a call to VirtualCopy.

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

OS Versions: Windows CE 3.0 and later.
Header: Celog.h.

See Also

VirtualCopy

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.