EngIsSemaphoreOwned 函数 (winddi.h)
EngIsSemaphoreOwned 函数确定任何线程是否持有指定的信号灯。
语法
ENGAPI BOOL EngIsSemaphoreOwned(
[in] HSEMAPHORE hsem
);
参数
[in] hsem
信号灯的句柄。
返回值
如果任何线程持有指定的信号灯,则 EngIsSemaphoreOwned 返回 TRUE;如果没有任何线程持有指定信号灯,则返回 FALSE。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 在 Windows 2000 及更高版本的 Windows 操作系统中可用。 |
目标平台 | 通用 |
标头 | winddi.h (包括 Winddi.h) |
Library | Win32k.lib |
DLL | Win32k.sys |