Skip to content

Latest commit

 

History

History
103 lines (80 loc) · 3.62 KB

nf-mfapi-mfbeginunregisterworkqueuewithmmcss.md

File metadata and controls

103 lines (80 loc) · 3.62 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:mfapi.MFBeginUnregisterWorkQueueWithMMCSS
MFBeginUnregisterWorkQueueWithMMCSS function (mfapi.h)
Unregisters a work queue from a Multimedia Class Scheduler Service (MMCSS) task. (MFBeginUnregisterWorkQueueWithMMCSS)
MFBeginUnregisterWorkQueueWithMMCSS
MFBeginUnregisterWorkQueueWithMMCSS function [Media Foundation]
e164785f-9899-45f0-805f-b091508e35aa
mf.mfbeginunregisterworkqueuewithmmcss
mfapi/MFBeginUnregisterWorkQueueWithMMCSS
mf\mfbeginunregisterworkqueuewithmmcss.htm
mf
e164785f-9899-45f0-805f-b091508e35aa
12/05/2018
MFBeginUnregisterWorkQueueWithMMCSS, MFBeginUnregisterWorkQueueWithMMCSS function [Media Foundation], e164785f-9899-45f0-805f-b091508e35aa, mf.mfbeginunregisterworkqueuewithmmcss, mfapi/MFBeginUnregisterWorkQueueWithMMCSS
mfapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mfplat.lib
Mfplat.dll
Windows
19H1
MFBeginUnregisterWorkQueueWithMMCSS
mfapi/MFBeginUnregisterWorkQueueWithMMCSS
c++
APIRef
kbSyntax
DllExport
mfplat.dll
MFBeginUnregisterWorkQueueWithMMCSS

MFBeginUnregisterWorkQueueWithMMCSS function

-description

Unregisters a work queue from a Multimedia Class Scheduler Service (MMCSS) task.

-parameters

-param 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.

-param pDoneCallback [in]

Pointer to the IMFAsyncCallback interface of a callback object. The caller must implement this interface.

-param pDoneState [in]

Pointer to the IUnknown interface of a state object, defined by the caller. This parameter can be NULL. You can use this object to hold state information. The object is returned to the caller when the callback is invoked.

-returns

The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The function succeeded.

-remarks

This function unregisters a work queue that was associated with an MMCSS class through the MFBeginRegisterWorkQueueWithMMCSS function.

This function is asynchronous. When the operation completes, the callback object's IMFAsyncCallback::Invoke method is called. At that point, the application should call MFEndUnregisterWorkQueueWithMMCSS to complete the asynchronous request.

-see-also

Media Foundation Functions

Work Queues