Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines common characteristics of the Mutex class.
Syntax
struct MutexTraits : HANDLENullTraits;
Members
Public Methods
Name | Description |
---|---|
MutexTraits::Unlock | Releases exclusive control of a shared resource. |
Inheritance Hierarchy
HANDLENullTraits
MutexTraits
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers::HandleTraits
MutexTraits::Unlock Method
Releases exclusive control of a shared resource.
inline static void Unlock(
_In_ Type h
);
Parameters
h
Handle to a mutex object.