CEL_MODULE_REFERENCES (Windows CE 5.0)
This structure stores a list of process reference counts for a module.
typedef struct __CEL_MODULE_REFERENCES {HANDLEhModule;CEL_PROCESS_REFCOUNTref[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
OS Versions: Windows CE 5.0 and later.
Header: Celog.h.
See Also
Send Feedback on this topic to the authors