acquireSRWLockExclusive 函数 (synchapi.h)

获取在独占模式下 (SRW) 锁的精简读取器/编写器。

语法

void AcquireSRWLockExclusive(
  [in, out] PSRWLOCK SRWLock
);

参数

[in, out] SRWLock

指向 SRW 锁的指针。

返回值

要求

要求
最低受支持的客户端 Windows Vista [桌面应用 | UWP 应用]
最低受支持的服务器 Windows Server 2008 [桌面应用 | UWP 应用]
目标平台 Windows
标头 synchapi.h (包括 Windows 7 上的 Windows.h、Windows Server 2008 Windows Server 2008 R2)
Library Kernel32.lib
DLL Kernel32.dll

另请参阅

ReleaseSRWLockExclusive

精简读取器/写入器 (SRW) 锁

同步函数

VBS enclave 中可用的 Vertdll API