Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 3.39 KB

nf-mfidl-imfworkqueueservicesex-beginregisterplatformworkqueuewithmmcssex.md

File metadata and controls

88 lines (67 loc) · 3.39 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfidl.IMFWorkQueueServicesEx.BeginRegisterPlatformWorkQueueWithMMCSSEx
IMFWorkQueueServicesEx::BeginRegisterPlatformWorkQueueWithMMCSSEx (mfidl.h)
Registers a platform work queue with Multimedia Class Scheduler Service (MMCSS) using the specified class and task id.
BeginRegisterPlatformWorkQueueWithMMCSSEx
BeginRegisterPlatformWorkQueueWithMMCSSEx method [Media Foundation]
BeginRegisterPlatformWorkQueueWithMMCSSEx method [Media Foundation]
IMFWorkQueueServicesEx interface
IMFWorkQueueServicesEx interface [Media Foundation]
BeginRegisterPlatformWorkQueueWithMMCSSEx method
IMFWorkQueueServicesEx.BeginRegisterPlatformWorkQueueWithMMCSSEx
IMFWorkQueueServicesEx::BeginRegisterPlatformWorkQueueWithMMCSSEx
mf.imfworkqueueservicesex_beginregisterplatformworkqueuewithmmcssex
mfidl/IMFWorkQueueServicesEx::BeginRegisterPlatformWorkQueueWithMMCSSEx
mf\imfworkqueueservicesex_beginregisterplatformworkqueuewithmmcssex.htm
mf
761e0e51-06e9-4b26-b6ad-afeaa7150e64
12/05/2018
BeginRegisterPlatformWorkQueueWithMMCSSEx, BeginRegisterPlatformWorkQueueWithMMCSSEx method [Media Foundation], BeginRegisterPlatformWorkQueueWithMMCSSEx method [Media Foundation],IMFWorkQueueServicesEx interface, IMFWorkQueueServicesEx interface [Media Foundation],BeginRegisterPlatformWorkQueueWithMMCSSEx method, IMFWorkQueueServicesEx.BeginRegisterPlatformWorkQueueWithMMCSSEx, IMFWorkQueueServicesEx::BeginRegisterPlatformWorkQueueWithMMCSSEx, mf.imfworkqueueservicesex_beginregisterplatformworkqueuewithmmcssex, mfidl/IMFWorkQueueServicesEx::BeginRegisterPlatformWorkQueueWithMMCSSEx
mfidl.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
19H1
IMFWorkQueueServicesEx::BeginRegisterPlatformWorkQueueWithMMCSSEx
mfidl/IMFWorkQueueServicesEx::BeginRegisterPlatformWorkQueueWithMMCSSEx
c++
APIRef
kbSyntax
COM
mfidl.h
IMFWorkQueueServicesEx.BeginRegisterPlatformWorkQueueWithMMCSSEx

IMFWorkQueueServicesEx::BeginRegisterPlatformWorkQueueWithMMCSSEx

-description

Registers a platform work queue with Multimedia Class Scheduler Service (MMCSS) using the specified class and task id.

-parameters

-param dwPlatformWorkQueue [in]

The id of one of the standard platform work queues.

-param wszClass [in]

The MMCSS class which the work queue should be registered with.

-param dwTaskId [in]

The task id which the work queue should be registered with. If <i>dwTaskId</i> is 0, a new MMCSS bucket will be created.

-param lPriority [in]

The priority.

-param pCallback [in]

Standard callback used for async operations in Media Foundation.

-param pState [in]

Standard state used for async operations in Media Foundation.

-returns

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

-see-also

IMFWorkQueueServicesEx