Share via


Windows Media Player 11 SDK IWMPEffects2::Destroy 

Windows Media Player SDK banner art

Previous Next

IWMPEffects2::Destroy

The Destroy method is called by Windows Media Player to destroy a visualization window instantiated in the Create method.

Syntax

  
    
  

Parameters

This method takes no parameters.

Return Values

This method returns an HRESULT.

Remarks

This method is used only by windowed visualizations. Windowless visualizations should simply return S_OK.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include effects.h.

See Also

Previous Next