Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 948 Bytes

File metadata and controls

55 lines (49 loc) · 948 Bytes
title lock | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
f1_keywords
lock
dev_langs
C++
helpviewer_keywords
lock
synchronization
ms.assetid 48c90da6-d6fb-4710-9c7c-2b9c9344bda1
caps.latest.revision 5
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

lock

Defines the lock class that automates synchronization of access to an object.

Syntax

#include <msclr\lock.h>  

Remarks

In this header file:

lock Class

lock_when Enum

See Also

C++ Support Library