Fonction MFUnlockWorkQueue (mfapi.h)

Déverrouille une file d’attente de travail.

Syntaxe

HRESULT MFUnlockWorkQueue(
  [in] DWORD dwWorkQueue
);

Paramètres

[in] dwWorkQueue

Identificateur de la file d’attente de travail à déverrouiller. L’identificateur est retourné par la fonction MFAllocateWorkQueue .

Valeur retournée

La fonction retourne un HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.

Code de retour Description
S_OK
La fonction a réussi.

Notes

L’application doit appeler MFUnlockWorkQueue une fois pour chaque appel à MFAllocateWorkQueue , puis une fois pour chaque appel à MFLockWorkQueue.

Configuration requise

   
Client minimal pris en charge Windows Vista [applications de bureau | applications UWP]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau | applications UWP]
Plateforme cible Windows
En-tête mfapi.h
Bibliothèque Mfplat.lib
DLL Mfplat.dll

Voir aussi

Fonctions Media Foundation

Files d’attente de travail