Fonction RtwqUnlockWorkQueue (rtworkq.h)
Déverrouille une file d’attente de travail.
Syntaxe
HRESULT RtwqUnlockWorkQueue(
[in] DWORD workQueueId
);
Paramètres
[in] workQueueId
Identificateur de la file d’attente de travail à déverrouiller. Cet identificateur est retourné par les fonctions RtwqAllocateSerialWorkQueue, RtwqAllocateWorkQueue ou RtwqLockSharedWorkQueue .
Valeur retournée
Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
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 |