CEL_EXTRA_PROCESS_INFO
A version of this page is also available for
4/8/2010
This structure stores additional information about a process.
Syntax
typedef struct __CEL_EXTRA_PROCESS_INFO {
HANDLE hProcess;
DWORD dwCodeBase
DWORD dwVMLen;
DWORD dwOID;
WCHAR szFullPath[0];
} CEL_EXTRA_PROCESS_INFO, *PCEL_EXTRA_PROCESS_INFO;
Members
- hProcess
Handle to the process.
- dwCodeBase
Starting address for the executable code.
- dwVMLen
Length of the executable code, which starts at the dwCodeBase address.
- dwOID
If the file is in the RAM/ROM file system, this value will be the OID of the file. Otherwise, this value is zero.
szFullPath
If the file is not in the RAM/ROM file system, this value is the full path to the executable. The length of the path is derived from the event length.If the file is in the RAM/ROM file system, this value is an empty, NULL-terminated string.
Remarks
If the OID is nonzero, the full path will not be provided.
Requirements
Header | celog.h |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |