IWMPStringCollection2 interface (wmp.h)

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The IWMPStringCollection2 interface provides methods that supplement the IWMPStringCollection interface.

Inheritance

The IWMPStringCollection2 interface inherits from IWMPStringCollection. IWMPStringCollection2 also has these types of members:

Methods

The IWMPStringCollection2 interface has these methods.

 
IWMPStringCollection2::getAttributeCountByType

The getAttributeCountByType method retrieves the number of attributes associated with the specified string collection index, attribute name, and language.
IWMPStringCollection2::getItemInfo

The getItemInfo method retrieves the string corresponding to the specified string collection item index and name.
IWMPStringCollection2::getItemInfoByType

The getItemInfoByType method retrieves the value corresponding to the specified string collection item index, name, language, and attribute index.
IWMPStringCollection2::isIdentical

The isIdentical method retrieves a value indicating whether the supplied object is the same as the current one.

Requirements

   
Target Platform Windows
Header wmp.h

See also

IWMPStringCollection Interface

Interfaces