다음을 통해 공유


SRWLockExclusiveTraits::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 SRWLockExclusiveTraits::Unlock Method.

Releases exclusive control of the specified SRWLock object.

Syntax

inline static void Unlock(  
   _In_ Type srwlock  
);  

Parameters

srwlock
Handle to an SRWLock object.

Requirements

Header: corewrappers.h

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

See Also

SRWLockExclusiveTraits Structure