CEL_MODULE_REFERENCES

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CEL_PROCESS_REFCOUNT