CEL_PROCESS_REFCOUNT

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

See Also

Reference

CEL_MODULE_REFERENCES