![]() |
Previous | Next |
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
Previous | Next |