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.
[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
The WMPStringCollectionChangeEventType enumeration type defines the types of changes that can occur in a string collection.
Syntax
Syntax
typedef enum WMPStringCollectionChangeEventType {
wmpsccetUnknown = 0,
wmpsccetInsert,
wmpsccetChange,
wmpsccetDelete,
wmpsccetClear,
wmpsccetBeginUpdates,
wmpsccetEndUpdates
} ;
Constants
wmpsccetUnknownValue: 0 Not a valid event type. |
wmpsccetInsertAn item was inserted. |
wmpsccetChangeThe string collection changed. |
wmpsccetDeleteAn item was deleted. |
wmpsccetClearThe string collection was cleared. |
wmpsccetBeginUpdatesBulk updates are beginning. |
wmpsccetEndUpdatesBulk updates have ended. |
Remarks
Windows Media Player 10 Mobile: This enumeration is not supported.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Media Player 10 or later. |
| Header | wmp.h |
See also
IWMPEvents3::StringCollectionChange