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.
Acquires this critical section.
void lock();
Remarks
It is often safer to utilize the scoped_lock construct to acquire and release a critical_section object in an exception safe way.
If the lock is already held by the calling context, an improper_lock exception will be thrown.
Requirements
Header: concrt.h
Namespace: concurrency