Share via


CEL_PROCESS_REFCOUNT (Windows CE 5.0)

Send Feedback

This structure stores information about process reference counts.

typedef struct __CEL_PROCESS_REFCOUNT {HANDLEhProcess;DWORDdwRefCount} 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

OS Versions: Windows CE 5.0 and later.
Header: Celog.h.

See Also

CEL_MODULE_REFERENCES

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.