Share via


CEL_PROCESS_REFCOUNT (Windows Embedded CE 6.0)

1/6/2010

This structure stores information about process reference counts.

Syntax

typedef struct __CEL_PROCESS_REFCOUNT {
  HANDLE hProcess;
  DWORD dwRefCount
} CEL_PROCESS_REFCOUNT, *PCEL_PROCESS_REFCOUNT;

Members

  • hProcess
    Handle to a process that currently has one or more open references to the module.
  • dwRefCount
    Number of open references the process has to the module.

Requirements

Header celog.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

CeLog Event Tracking Structures
CEL_MODULE_REFERENCES