Share via


Windows Media Player 11 SDK IWMPEffects::DisplayPropertyPage 

Windows Media Player SDK banner art

Previous Next

IWMPEffects::DisplayPropertyPage

The DisplayPropertyPage method displays the property page of a visualization, if it exists.

Syntax

  

Parameters

  hwndOwner

[in] Handle to the dialog that will be displayed.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

Implement this method if you want to display a property page to the user to adjust any values of the visualization.

Requirements

Version: Windows Media Player version 7.0 or later.

Header: Include effects.h.

See Also

Previous Next