Windows Media Player 11 SDK IWMPControls::get_currentMarkerĀ 

Windows Media Player SDK banner art

Previous Next

IWMPControls::get_currentMarker

The get_currentMarker method retrieves the current marker number.

Syntax

  

Parameters

plMarker

[out]  Pointer to a long containing the marker.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

The get_currentMarker method always retrieves a pointer to 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 change the current playback position to zero by calling IWMPControls::put_currentMarker to and specifying the marker as zero .

Until the current media item is set (using ** IWMPCore::put_URL or IWMPCore::put_currentMedia), get_currentMarker retrieves a marker that is zero.

See Also

Previous Next