Windows Media Player 11 SDK IWMPPlugin::Shutdown 

Windows Media Player SDK banner art

Previous Next

IWMPPlugin::Shutdown

The IWMPPlugin::Shutdown method is called when Windows Media Player shuts down the plug-in.

Syntax

  HRESULT Shutdown();

Return Values

The method returns an HRESULT.

Remarks

Init and Shutdown will always be called on the same thread.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmpservices.h.

See Also

Previous Next