Share via


CEL_MODULE_REFERENCES (Windows CE 5.0)

Send Feedback

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

CEL_PROCESS_REFCOUNT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.