Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Previous | Next |
WMPStringCollectionChangeEventType
The WMPStringCollectionChangeEventType enumeration type defines the types of changes that can occur in a string collection.
Syntax
typedef enum WMPStringCollectionChangeEventType{ wmpsccetUnknown = 0, wmpsccetInsert = 1, wmpsccetChange = 2, wmpsccetDelete = 3, wmpsccetClear = 4, wmpsccetBeginUpdates = 5, wmpsccetEndUpdates = 6 } WMPStringCollectionChangeEventType
Members
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
Version: Windows Media Player 10 or later.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
Previous | Next |