WMPStringCollectionChangeEventType enumeration

The WMPStringCollectionChangeEventType enumeration type defines the types of changes that can occur in a string collection.

Syntax

Syntax

typedef enum WMPStringCollectionChangeEventType {
  wmpsccetUnknown,
  wmpsccetInsert,
  wmpsccetChange,
  wmpsccetDelete,
  wmpsccetClear,
  wmpsccetBeginUpdates,
  wmpsccetEndUpdates
} ;

Constants

wmpsccetUnknown Not a valid event type.
wmpsccetInsert An item was inserted.
wmpsccetChange The string collection changed.
wmpsccetDelete An item was deleted.
wmpsccetClear The string collection was cleared.
wmpsccetBeginUpdates Bulk updates are beginning.
wmpsccetEndUpdates Bulk updates have ended.

Remarks

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

Requirements

   
Minimum supported client Windows Media Player 10 or later.
Header wmp.h

See also

Enumeration Types

IWMPEvents3::StringCollectionChange

IWMPStringCollection Interface

Interfaces