Microsoft DirectX 9.0

MSVidWebDVDEvent.PauseOn Event

This topic applies to Windows XP Service Pack 1 only.

The PauseOn event is sent when the Pause method is enabled or disabled.

Syntax

VidWebDVD_PauseOn(
  ByVal bEnabled As Boolean
)

Parameters

bEnabled

Boolean value indicating that the application can (True) or can't (False) pause playback.

Remarks

The Pause command should only be sent to the MSVidCtl object, not the MSVidWebDVD object. The MSVidCtl can pause playback regardless of the disc commands.

Example

Private Sub oVidWebDVD_PauseOn(ByVal bEnabled As Boolean)
'...
End Sub

See Also