Windows Media Player 11 SDK IWMPEvents::ModeChange 

Windows Media Player SDK banner art

Previous Next

IWMPEvents::ModeChange

The ModeChange event occurs when a mode of the player is changed.

Syntax

  

Parameters

ModeName

[in]  Specifies the mode that was changed. Contains one of the following values.

Value Description
shuffle Tracks are played in random order.
loop The entire sequence of tracks is played repeatedly

NewValue

[in]  Indicates the new state of the specified mode.

Return Values

This event does not return a value.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next