Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.24 KB

File metadata and controls

53 lines (36 loc) · 1.24 KB
description Learn more about: MutexTraits Structure
title MutexTraits Structure
ms.date 09/27/2018
ms.topic reference
f1_keywords
corewrappers/Microsoft::WRL::Wrappers::HandleTraits::MutexTraits
corewrappers/Microsoft::WRL::Wrappers::HandleTraits::MutexTraits::Unlock
helpviewer_keywords
Microsoft::WRL::Wrappers::HandleTraits::MutexTraits structure
Microsoft::WRL::Wrappers::HandleTraits::MutexTraits::Unlock method
ms.assetid 6582df80-b9ba-4892-948f-d572a3b23d54

MutexTraits Structure

Defines common characteristics of the Mutex class.

Syntax

struct MutexTraits : HANDLENullTraits;

Members

Public Methods

Name Description
MutexTraits::Unlock Releases exclusive control of a shared resource.

Inheritance Hierarchy

HANDLENullTraits

MutexTraits

Requirements

Header: corewrappers.h

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

MutexTraits::Unlock Method

Releases exclusive control of a shared resource.

inline static void Unlock(
   _In_ Type h
);

Parameters

h
Handle to a mutex object.