MSVidWebDVD.CurrentTime Property

Note  This topic applies to Windows XP Service Pack 1 or later.

The CurrentTime property retrieves the current playback time.

VidWebDVD.CurrentTime As String

Parameters

This property takes no parameters.

Return Value

This property returns a String representing the current playback time in the format "hh:mm:ss:ff" (hours, minutes, seconds, frames).

Error Codes

If the property fails, Err.Number may be set to one of the following values.

Value Description
E_UNEXPECTED Unspecified error.
VFW_E_DVD_INVALIDDOMAIN You attempted to take the value in a domain that does not support this property.

 

Remarks

This property is read-only. The DVD player must be in a title for this property to be checked.

Examples

' Returning the property.
strCurrTime = VidWebDVD.CurrentTime

Requirements

Type Library

MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library

DLL

Quartz.dll

See Also

CurrentTitle

MSVidWebDVD Object

 

 

Send comments about this topic to Microsoft

Build date: 7/6/2010