Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MFGetWorkQueueMMCSSPriority function

Gets the relative thread priority of a work queue.

Syntax


HRESULT MFGetWorkQueueMMCSSPriority(
  _In_  DWORD dwWorkQueueId,
  _Out_ LONG  *lPriority
);

Parameters

dwWorkQueueId [in]

The identifier of the work queue. For private work queues, the identifier is returned by the MFAllocateWorkQueue function. For platform work queues, see Work Queue Identifiers.

lPriority [out]

Receives the relative thread priority.

Return value

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

Remarks

This function returns the relative thread priority set by the MFBeginRegisterWorkQueueWithMMCSSEx function.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Mfapi.h;
Mfplat.lib

DLL

Mfplat.dll

See also

Media Foundation Functions
Work Queue and Threading Improvements

 

 

Show:
© 2017 Microsoft