SRWLock::LockExclusive-Methode
Ruft ein SRWLock-Objekt im exklusiven Modus ab.
SyncLockExclusive LockExclusive();
static SyncLockExclusive LockExclusive(
_In_ SRWLOCK* lock
);
Parameter
- lock
Zeiger auf einen SRWLock-Objekt.
Rückgabewert
Ein SRWLock-Objekt im exklusiven Modus.
Anforderungen
Header: corewrappers.h
Namespace: Microsoft:: WRL:: Wrapper