Share via


Windows Media Player 11 SDK IWMPEvents::MediaCollectionAttributeStringChanged 

Windows Media Player SDK banner art

Previous Next

IWMPEvents::MediaCollectionAttributeStringChanged

The MediaCollectionAttributeStringChanged

Syntax

  

Parameters

bstrAttribName

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

bstrOldAttribVal

[in]  Specifies the original attribute value.

bstrNewAttribVal

[in]  Specifies the new attribute value.

Return Values

This event does not return a value.

Remarks

When a user modifies library metadata, the MediaCollection object is updated and this event fires for each attribute changed.

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