CEL_MODULE_REFERENCES (Compact 2013)
3/28/2014
This structure stores a list of process reference counts for a module.
Syntax
typedef struct __CEL_MODULE_REFERENCES {
HANDLE hModule;
CEL_PROCESS_REFCOUNT ref[1];
} CEL_MODULE_REFERENCES, *PCEL_MODULE_REFERENCES;
Members
- hModule
Handle to the module.
- ref
Array of reference counts. The length of the array is inferred from the entry length.
Requirements
Header |
celog.h |