Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 552 Bytes

File metadata and controls

30 lines (21 loc) · 552 Bytes
description Learn more about: lock
title lock
ms.date 11/04/2016
ms.topic reference
f1_keywords
msclr/lock
helpviewer_keywords
lock
synchronization
ms.assetid 48c90da6-d6fb-4710-9c7c-2b9c9344bda1

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