Shuts down a Media Foundation object and releases all resources associated with the object.
public:
HRESULT Shutdown()
Type: HRESULTÂ
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Refer to Media Foundation return codes.
The MFShutdownObject helper function is equivalent to calling this method.
Header: Declared in mfidl.h.
Library: Use mfuuid.lib.