Fonction MFGetWorkQueueMMCSSTaskId (mfapi.h)
Récupère l’identificateur de tâche MMCSS (Multimedia Class Scheduler Service) actuellement associé à cette file d’attente de travail.
Syntaxe
HRESULT MFGetWorkQueueMMCSSTaskId(
[in] DWORD dwWorkQueueId,
[out] LPDWORD pdwTaskId
);
Paramètres
[in] dwWorkQueueId
Identificateur de la file d’attente de travail. L’identificateur est récupéré par la fonction MFAllocateWorkQueue .
[out] pdwTaskId
Reçoit l’identificateur de tâche.
Valeur retournée
La fonction retourne un HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.
Code de retour | Description |
---|---|
|
La fonction a réussi. |
Notes
Pour associer une file d’attente de travail à une tâche MMCSS, appelez MFBeginRegisterWorkQueueWithMMCSS.
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | mfapi.h |
Bibliothèque | Mfplat.lib |
DLL | Mfplat.dll |