共用方式為


EngReleaseSemaphore 函式 (winddi.h)

EngReleaseSemaphore 函式會釋放指定的號誌。

語法

ENGAPI VOID EngReleaseSemaphore(
  [in] HSEMAPHORE hsem
);

參數

[in] hsem

要釋放之號誌的句柄。

傳回值

備註

EngReleaseSemaphore 會釋放驅動程序資源的號志獨佔鎖定,並重新啟用特殊核心異步過程調用的傳遞。

鎖定和異步過程調用暫停是在 EngAcquireSemaphore 的呼叫中取得。

規格需求

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

另請參閱

EngAcquireSemaphore

EngDeleteSemaphore

EngIsSemaphoreOwned

EngIsSemaphoreOwnedByCurrentThread