Partager via


Fonction PsIsThreadTerminating (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 de retour

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 nonarbitraire, consultez Threads de pilote, objets de répartiteur et ressources.

Exigences

Exigence Valeur
client minimum pris en charge Windows 2000
plateforme cible Universel
d’en-tête ntifs.h (include Ntifs.h, FltKernel.h)
bibliothèque NtosKrnl.lib
DLL NtosKrnl.exe
IRQL <= DISPATCH_LEVEL

Voir aussi

PsGetProcessExitTime