Share via


CEL_MUTEX_CLOSE (Windows CE 5.0)

Send Feedback

This structure specifies that a mutex handle has been closed with CloseHandle.

typedef struct __CEL_MUTEX_CLOSE {HANDLEhMutex;} CEL_MUTEX_CLOSE, *PCEL_MUTEX_CLOSE;

Members

  • hMutex
    Handle of the mutex that has been closed.

Requirements

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

See Also

CloseHandle

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.