Share via


Windows Media Player 11 SDK IWMPEffects::GetTitleĀ 

Windows Media Player SDK banner art

Previous Next

IWMPEffects::GetTitle

The GetTitle method gets the display title of the visualization.

Syntax

  

Parameters

  bstrTitle

[out]  String containing the title.

Return Values

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

Remarks

This method allows the application to show the user a title when the visualization itself is displayed. The title should be as unique as possible. Do not use titles of visualizations included with the Windows Media Player as this will cause confusion to the user.

Requirements

Version: Windows Media Player version 7.0 or later.

Header: Include effects.h.

See Also

Previous Next