Share via


Windows Media Player 11 SDK IWMPEvents::MediaCollectionAttributeStringRemoved 

Windows Media Player SDK banner art

Previous Next

IWMPEvents::MediaCollectionAttributeStringRemoved

The MediaCollectionAttributeStringRemoved event occurs when an attribute is removed from the library.

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.

bstrAttribVal

[in]  Specifies the value of the attribute.

Return Values

This event does not return a value.

Remarks

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

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