Compartir a través de


SyncLockWithStatusT::IsLocked 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 SyncLockWithStatusT::IsLocked Method.

Supports the WRL infrastructure and is not intended to be used directly from your code.

Syntax

bool IsLocked() const;  

Remarks

Indicates whether the current SyncLockWithStatusT object owns a resource; that is, the SyncLockWithStatusT object is locked.

Return Value

true if the SyncLockWithStatusT object is locked; otherwise, false.

Requirements

Header: corewrappers.h

Namespace: Microsoft::WRL::Wrappers::Details

See Also

SyncLockWithStatusT Class