Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The PlayAtTimeInTitle event is sent when the PlayAtTimeInTitle method is enabled or disabled.
Syntax
VidWebDVD_PlayAtTimeInTitle(
ByVal bEnabled As Boolean
)
Parameters
bEnabled
Boolean value indicating that the application can (True) or can't (False) use the PlayAtTimeInTitle method.
Example
Private Sub oVidWebDVD_PlayAtTimeInTitle(ByVal bEnabled As Boolean)
'...
End Sub
See Also