Fonction EngIsSemaphoreOwnedByCurrentThread (winddi.h)
La fonction EngIsSemaphoreOwnedByCurrentThread détermine si le thread en cours d’exécution contient le sémaphore spécifié.
Syntaxe
ENGAPI BOOL EngIsSemaphoreOwnedByCurrentThread(
[in] HSEMAPHORE hsem
);
Paramètres
[in] hsem
Gérer le sémaphore.
Valeur retournée
EngIsSemaphoreOwnedByCurrentThread retourne TRUE si le thread en cours d’exécution contient le sémaphore spécifié, et FALSE si ce n’est pas le cas.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Disponible dans Windows 2000 et versions ultérieures des systèmes d’exploitation Windows. |
Plateforme cible | Universal |
En-tête | winddi.h (inclure Winddi.h) |
Bibliothèque | Win32k.lib |
DLL | Win32k.sys |