Windows Media Player 11 SDK Player.StringCollectionChange EventĀ 

Windows Media Player SDK banner art

Previous Next

Player.StringCollectionChange Event

The StringCollectionChange event occurs when a string collection changes.

Syntax

  StringCollectionChange(
  pdispStringCollection
  , 
  change
  , 
  lCollectionIndex
  )

Parameters

pdispStringCollection

StringCollection object that changed.

change

Number (long)indicating the type of change that occurred to the string collection. Includes one of the following values.

Number Description
0 Unknown. (Not a valid value)
1 An item was inserted.
2 The string collection changed.
3 An item was deleted.
4 The string collection was cleared.
5 Bulk updates are beginning.
6 Bulk updates have ended.

lCollectionIndex

Number (long) containing the index of the string collection item that changed.

Remarks

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

Requirements

Version: Windows Media Player 11.

Library: Use wmp.dll.

See Also

Previous Next