IMFShutdown::Shutdown method (mfidl.h)

Shuts down a Media Foundation object and releases all resources associated with the object.

Syntax

HRESULT Shutdown();

Return value

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

Remarks

The MFShutdownObject helper function is equivalent to calling this method.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header mfidl.h
Library Mfuuid.lib

See also

IMFShutdown

MFShutdownObject