Funzione RtwqGetWorkQueueMMCSSTaskId (rtworkq.h)
Recupera l'identificatore di attività MMCSS (Multimedia Class Scheduler Service) attualmente associato a questa coda di lavoro.
Sintassi
HRESULT RtwqGetWorkQueueMMCSSTaskId(
[in] DWORD workQueueId,
[out] DWORD *taskId
);
Parametri
[in] workQueueId
Identificatore per la coda di lavoro. L'identificatore viene recuperato dalla funzione RtwqAllocateWorkQueue .
[out] taskId
Riceve l'identificatore dell'attività.
Valore restituito
Se questa funzione ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Commenti
Per associare una coda di lavoro a un'attività MMCSS, chiamare <un href="RtwqBeginRegisterWorkQueueWithMMCSSEx"RtwqBeginRegisterWorkQueueWithMMCSSEx.>
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8.1 [solo app desktop] |
Server minimo supportato | Windows Server 2012 R2 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | rtworkq.h |
Libreria | Rtworkq.lib |
DLL | RTWorkQ.dll |