Skip to content

Latest commit

 

History

History
88 lines (73 loc) · 2.49 KB

nf-mfidl-imfmediasession-shutdown.md

File metadata and controls

88 lines (73 loc) · 2.49 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.IMFMediaSession.Shutdown
IMFMediaSession::Shutdown (mfidl.h)
Shuts down the Media Session and releases all the resources used by the Media Session.
5b9663c2-e32e-4075-b397-59ae01558e15
IMFMediaSession interface [Media Foundation]
Shutdown method
IMFMediaSession.Shutdown
IMFMediaSession::Shutdown
Shutdown
Shutdown method [Media Foundation]
Shutdown method [Media Foundation]
IMFMediaSession interface
mf.imfmediasession_shutdown
mfidl/IMFMediaSession::Shutdown
mf\imfmediasession_shutdown.htm
mf
5b9663c2-e32e-4075-b397-59ae01558e15
12/05/2018
5b9663c2-e32e-4075-b397-59ae01558e15, IMFMediaSession interface [Media Foundation],Shutdown method, IMFMediaSession.Shutdown, IMFMediaSession::Shutdown, Shutdown, Shutdown method [Media Foundation], Shutdown method [Media Foundation],IMFMediaSession interface, mf.imfmediasession_shutdown, mfidl/IMFMediaSession::Shutdown
mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mfuuid.lib
Windows
19H1
IMFMediaSession::Shutdown
mfidl/IMFMediaSession::Shutdown
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFMediaSession.Shutdown

IMFMediaSession::Shutdown

-description

Shuts down the Media Session and releases all the resources used by the Media Session.

-returns

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

Return code Description
S_OK
The method succeeded.

-remarks

Call this method when you are done using the Media Session, before the final call to IUnknown::Release. Otherwise, your application will leak memory.

After this method is called, other IMFMediaSession methods return MF_E_SHUTDOWN.

-see-also

IMFMediaSession