Partager via


CEL_MODULE_FREE

This structure identifies a module that was loaded.

typedef __CEL_MODULE_FREE {
  HANDLE hProcess;
  HANDLE hModule;
} CEL_MODULE_FREE, *PCEL_MODULE_FREE;

Members

  • hProcess
    Handle of the process that freed the module.
  • hModule
    Handle of the freed module.

Requirements

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

See Also

CeLogData

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.