CEL_VIRTUAL_COPY
9/8/2008
Essa estrutura identifica o segmento que torna um chamar para VirtualCopy.
Syntax
typedef struct __CEL_VIRTUAL_COPY {
DWORD dwDest;
DWORD dwSource;
DWORD dwSize;
DWORD dwProtect;
} CEL_VIRTUAL_COPY, *PCEL_VIRTUAL_COPY;
Os membros
- dwDest
Corresponde à lpvDest parâmetro de VirtualCopy.
- dwSource
Corresponde à lpvSrc parâmetro de VirtualCopy.
- dwSize
Corresponde à cbSize parâmetro de VirtualCopy.
- dwProtect
Corresponde à fdwProtect parâmetro de VirtualCopy.
Requirements
Header | celog.h |
Windows Embedded CE | Windows CE 3.0 and later |