Partager via


CEL_MUTEX_RELEASE

This structure identifies a mutex that has been released.

typedef __CEL_MUTEX_RELEASE {
  HANDLE hMutex;
} CEL_MUTEX_RELEASE, *PCEL_MUTEX_RELEASE; 

Members

  • hMutex
    Handle of the mutex that was released.

Requirements

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

See Also

ReleaseMutex

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.