Share via


CEL_MUTEX_RELEASE (Windows CE 5.0)

Send Feedback

This structure identifies a mutex that has been released.

typedef __CEL_MUTEX_RELEASE {HANDLEhMutex;} 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.