ITMedia::get_MediaTitle

[This is preliminary documentation and subject to change.]

Gets the media title (BSTR). This is mainly for user information or display purposes. This has to be an ASCII convertible string if the character set is ASCII. (It can be any BSTR string otherwise.)

HRESULT get_MediaTitle(
  BSTR *ppMediaTitle
);
 

Parameters

ppMediaTitle
[out] Pointer to string containing title of the media.

Return Values

TBD