Share via


MutexTraits::Unlock Method

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at MutexTraits::Unlock Method.

Releases exclusive control of a shared resource.

Syntax

inline static void Unlock(  
   _In_ Type h  
);  

Parameters

h
Handle to a mutex object.

Return Value

Requirements

Header: corewrappers.h

Namespace: Microsoft::WRL::Wrappers::HandleTraits

See Also

MutexTraits Structure