CEL_PROCESS_REFCOUNT (Windows CE 5.0)
This structure stores information about process reference counts.
typedef struct __CEL_PROCESS_REFCOUNT {HANDLEhProcess;DWORDdwRefCount} CEL_PROCESS_REFCOUNT, *PCEL_PROCESS_REFCOUNT;
Members
- hProcess
Handle to a process that currently has one or more open references to the module. - dwRefCount
Number of open references the process has to the module.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Celog.h.
See Also
Send Feedback on this topic to the authors