Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.