PsIsThreadTerminating, fonction (ntifs.h)
La routine PsIsThreadTerminating vérifie si un thread se termine.
Syntaxe
BOOLEAN PsIsThreadTerminating(
[in] PETHREAD Thread
);
Paramètres
[in] Thread
Pointeur vers le thread à vérifier pour l’arrêt.
Valeur retournée
La routine PsIsThreadTerminating retourne TRUE si le thread se termine, sinon FALSE.
Remarques
Pour plus d’informations sur l’utilisation des threads système et la gestion de la synchronisation dans un contexte de thread nonarbitrary, consultez Threads de pilote, objets de répartiteur et ressources.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 |
Plateforme cible | Universal |
En-tête | ntifs.h (include Ntifs.h, FltKernel.h) |
Bibliothèque | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= DISPATCH_LEVEL |