IMFWorkQueueServicesEx::GetTopologyWorkQueueMMCSSPriority method (mfidl.h)

Retrieves the Multimedia Class Scheduler Service (MMCSS) string associated with the given topology work queue.

Syntax

HRESULT GetTopologyWorkQueueMMCSSPriority(
  [in]  DWORD dwTopologyWorkQueueId,
  [out] LONG  *plPriority
);

Parameters

[in] dwTopologyWorkQueueId

The id of the topology work queue.

[out] plPriority

Pointer to the buffer the work queue's MMCSS task id will be copied to.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header mfidl.h

See also

IMFWorkQueueServicesEx