Share via


SRWLockSharedTraits Structure

 

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 SRWLockSharedTraits Structure.

Describes common characteristics of the SRWLock class in shared lock mode.

Syntax

struct SRWLockSharedTraits;  

Members

Public Typedefs

Name Description
Type Synonym for a pointer to the SRWLOCK class.

Public Methods

Name Description
SRWLockSharedTraits::GetInvalidValue Method Retrieves an SRWLockSharedTraits object that is always invalid.
SRWLockSharedTraits::Unlock Method Releases exclusive control of the specified SRWLock object.

Inheritance Hierarchy

SRWLockSharedTraits

Requirements

Header: corewrappers.h

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

See Also

Microsoft::WRL::Wrappers::HandleTraits Namespace