CEL_PROCESS_REFCOUNT (Compact 2013)
3/28/2014
This structure stores information about process reference counts.
Syntax
typedef struct __CEL_PROCESS_REFCOUNT {
HANDLE hProcess;
DWORD dwRefCount
} 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
Header |
celog.h |