共用方式為


EngIsSemaphoreOwned 函式 (winddi.h)

EngIsSemaphoreOwned 函式會決定任何線程是否保存指定的旗號。

語法

ENGAPI BOOL EngIsSemaphoreOwned(
  [in] HSEMAPHORE hsem
);

參數

[in] hsem

旗號的句柄。

傳回值

EngIsSemaphoreOwned 如果有任何線程保留指定的旗號,則會傳回 TRUE ,如果沒有任何線程保留,則會 傳回 FALSE

規格需求

需求
最低支援的用戶端 可在 Windows 2000 和更新版本的 Windows 作業系統中使用。
目標平台 Universal
標頭 winddi.h (包括 Winddi.h)
程式庫 Win32k.lib
Dll Win32k.sys

另請參閱

EngAcquireSemaphore

EngCreateSemaphore

EngIsSemaphoreOwnedByCurrentThread

EngReleaseSemaphore