Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 dwCodeBaseaddress.

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

See Also

Reference

CEL_PROCESS_CREATE

Other Resources

CREATE_SYSTEMGUID