Windows Media Player 11 SDK IWMPEvents::PositionChange
Previous | Next |
IWMPEvents::PositionChange
The PositionChange event occurs when the current playback position within the media item has been changed.
Syntax
Parameters
oldPosition
[in] Specifies the original position.
newPosition
[in] Specifies the new position.
Return Values
This event does not return a value.
Remarks
This event is not raised routinely during playback. It only occurs when something actively changes the current playback position within the playing media item, such as the user moving the seek handle or code specifying a value for IWMPControls::currentPosition.
Windows Media Player 10 Mobile: This event is not supported.
Requirements
Version: Windows Media Player 9 Series or later.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
Previous | Next |