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