Skip to content

Latest commit

 

History

History
93 lines (75 loc) · 2.46 KB

nf-mfapi-mfremoveperiodiccallback.md

File metadata and controls

93 lines (75 loc) · 2.46 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.MFRemovePeriodicCallback
MFRemovePeriodicCallback function (mfapi.h)
Cancels a callback function that was set by the MFAddPeriodicCallback function.
MFRemovePeriodicCallback
MFRemovePeriodicCallback function [Media Foundation]
e70cdad3-c330-4368-8ef8-d616157b5e72
mf.mfremoveperiodiccallback
mfapi/MFRemovePeriodicCallback
mf\mfremoveperiodiccallback.htm
mf
e70cdad3-c330-4368-8ef8-d616157b5e72
12/05/2018
MFRemovePeriodicCallback, MFRemovePeriodicCallback function [Media Foundation], e70cdad3-c330-4368-8ef8-d616157b5e72, mf.mfremoveperiodiccallback, mfapi/MFRemovePeriodicCallback
mfapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mfplat.lib
Mfplat.dll
Windows
19H1
MFRemovePeriodicCallback
mfapi/MFRemovePeriodicCallback
c++
APIRef
kbSyntax
DllExport
mfplat.dll
MFRemovePeriodicCallback

MFRemovePeriodicCallback function

-description

Cancels a callback function that was set by the MFAddPeriodicCallback function.

-parameters

-param dwKey [in]

Key that identifies the callback. This value is retrieved by the MFAddPeriodicCallback function.

-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

The callback is dispatched on another thread, and this function does not attempt to synchronize with the callback thread. Therefore, it is possible for the callback to be invoked after this function returns.

-see-also

Media Foundation Functions

Work Queues