Windows Media Player SDK banner art
PreviousNext

Effects::GetTitle

The GetTitle method gets the display title of the visualization.

Syntax

HRESULT GetTitle(
  BSTR*  bstrTitle
);

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.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.