Windows Media Player 11 SDK IWMPEvents::MediaCollectionAttributeStringAdded 

Windows Media Player SDK banner art

Previous Next

IWMPEvents::MediaCollectionAttributeStringAdded

The MediaCollectionAttributeStringAdded event occurs when an attribute is added to the library.

Syntax

  

Parameters

bstrAttribName

[in]  Specifies the attribute name. For information about the attributes supported by Windows Media Player, see the Windows Media Player Attribute Reference.

bstrAttribVal

[in]  Specifies the attribute value.

Return Values

This event does not return a value.

Remarks

When a media item is added to the library, its metadata is added to the MediaCollection object and this event is fired for each attribute added.

Windows Media Player 10 Mobile: This event is not supported.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next