Compartilhar via


Função EngIsSemaphoreOwnedByCurrentThread (winddi.h)

A função EngIsSemaphoreOwnedByCurrentThread determina se o thread em execução no momento contém o semáforo especificado.

Sintaxe

ENGAPI BOOL EngIsSemaphoreOwnedByCurrentThread(
  [in] HSEMAPHORE hsem
);

Parâmetros

[in] hsem

Manipule para o semáforo.

Retornar valor

EngIsSemaphoreOwnedByCurrentThread retornaráTRUE se o thread em execução mantiver o semáforo especificado e FALSE se não o fizer.

Requisitos

Requisito Valor
Cliente mínimo com suporte Disponível no Windows 2000 e versões posteriores dos sistemas operacionais Windows.
Plataforma de Destino Universal
Cabeçalho winddi.h (inclua Winddi.h)
Biblioteca Win32k.lib
DLL Win32k.sys

Confira também

EngAcquireSemaphore

EngCreateSemaphore

EngIsSemaphoreOwned

EngReleaseSemaphore