CurrentMarker

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This property specifies the current marker number. This property is read/write.

Compatibility: Windows Media Player

Syntax

MediaPlayer.CurrentMarker [ = lMarker ]

Parameters

  • lMarker
    Long value indicating the current marker number. The default value is zero.

Remarks

Before attempting to set this property, determine whether a file has markers and their number by using the MarkerCount property.

If a file has no markers, setting CurrentMarker to anything but zero results in an error. Setting CurrentMarker to a number higher than MarkerCount also results in an error.

CurrentMarker always returns the current or last marker, which means the actual file position can be either at the current marker or before the next marker. Markers are numbered beginning at 1, so if a file has markers, you can set CurrentMarker to zero to change the file position to zero.

Before FileName is set, CurrentMarker returns zero.

Requirements

Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

Windows Media Player Properties

Concepts

Compatibility Modes
Playback Methods and Properties