IEPGEpisode::AbbreviatedTitle

[This is preliminary documentation and subject to change.]

The AbbreviatedTitle method gets the short version of the episode title.

HRESULT AbbreviatedTitle( 
  BSTR* pstrAbbrevTitle  
);
 

Parameters

pstrAbbrevTitle
Pointer to a BSTR that receives the abbreviated title.

Return Values

Returns an HRESULT indicating success or failure. If the method succeeds it returns S_OK. Otherwise it returns an error code. For specific error code values see Winerror.h.

Remarks

The abbreviated title contains the content-provider's recommended abbreviation of the episode title. The abbreviated version of the title should be used in user interfaces where there is insufficient space to display the full title. For example, "InterNight" might have an abbreviated title of "INight".

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Import Library: User-defined.
  Unicode: Yes.