Fonction RtwqSetLongRunning (rtworkq.h)
Indique que l’application envoie un indicateur indiquant qu’un travail de longue durée se produira sur cette file d’attente de travail.
Syntaxe
HRESULT RtwqSetLongRunning(
[in] DWORD workQueueId,
[in] BOOL enable
);
Paramètres
[in] workQueueId
ID de la file d’attente de travail.
[in] enable
true si l’application soumet l’indicateur ; sinon, false. La valeur par défaut est false.
Valeur retournée
Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Client minimal pris en charge | Windows 8.1 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | rtworkq.h |
Bibliothèque | Rtworkq.lib |
DLL | RTWorkQ.dll |