Share via


CEL_MODULE_REFERENCES (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

CeLog Event Tracking Structures
CEL_PROCESS_REFCOUNT