Microsoft DirectX 9.0 |
Signals that a particular command has completed.
Parameters
lParam1
The Command ID and the completion result.
lParam2
Zero.
Remarks
This event is only fired if your application has expressed interest in it by setting the DVD_CMD_FLAG_SendEvents flag in any of the IDvdControl2::Play... methods. See Synchronizing DVD Commands for more details.
This event is raised in the title domain.
See Also