Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure stores additional information about a process.
typedef struct __CEL_EXTRA_PROCESS_INFO {HANDLEhProcess; DWORD dwCodeBaseDWORDdwVMLen;DWORDdwOID;WCHARszFullPath[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. Use the OID and the CREATE_SYSTEMGUID macro to call CeOidGetInfoEx2 to obtain the full path and other information about the file.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Celog.h.
See Also
CEL_PROCESS_CREATE | CeOidGetInfoEx2 | CREATE_SYSTEMGUID
Send Feedback on this topic to the authors