Partager via


CEL_MUTEX_CLOSE

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

typedef struct __CEL_MUTEX_CLOSE {
  HANDLE hMutex;
} 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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.