Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 2.14 KB

nf-mfmediaengine-imfmediakeys-shutdown.md

File metadata and controls

67 lines (55 loc) · 2.14 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:mfmediaengine.IMFMediaKeys.Shutdown
IMFMediaKeys::Shutdown (mfmediaengine.h)
The IMFMediaKeys::Shutdown (mfmediaengine.h) method shuts down the associated Content Decryption Module (CDM).
IMFMediaKeys interface [Media Foundation]
Shutdown method
IMFMediaKeys.Shutdown
IMFMediaKeys::Shutdown
Shutdown
Shutdown method [Media Foundation]
Shutdown method [Media Foundation]
IMFMediaKeys interface
mf.imfmediakeys_shutdown
mfmediaengine/IMFMediaKeys::Shutdown
mf\imfmediakeys_shutdown.htm
mf
464b598c-5fa7-40af-83ba-8619fbd84b04
08/05/2022
IMFMediaKeys interface [Media Foundation],Shutdown method, IMFMediaKeys.Shutdown, IMFMediaKeys::Shutdown, Shutdown, Shutdown method [Media Foundation], Shutdown method [Media Foundation],IMFMediaKeys interface, mf.imfmediakeys_shutdown, mfmediaengine/IMFMediaKeys::Shutdown
mfmediaengine.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
Mfmediaengine.idl
Windows
19H1
IMFMediaKeys::Shutdown
mfmediaengine/IMFMediaKeys::Shutdown
c++
APIRef
kbSyntax
COM
mfmediaengine.h
IMFMediaKeys.Shutdown

IMFMediaKeys::Shutdown

-description

Shuts down the associated Content Decryption Module (CDM).

-returns

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

-remarks

Shutdown should be called by the application before final release. The Content Decryption Module (CDM) reference and any other resources is released at this point. However, related sessions are not freed or closed.

-see-also

IMFMediaKeys