Share via


SRWLockExclusiveTraits Structure

 

The latest version of this topic can be found at SRWLockExclusiveTraits Structure.

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

Syntax

struct SRWLockExclusiveTraits;  

Members

Public Typedefs

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

Public Methods

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

Inheritance Hierarchy

SRWLockExclusiveTraits

Requirements

Header: corewrappers.h

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

See Also

Microsoft::WRL::Wrappers::HandleTraits Namespace