Microsoft DirectX 9.0

EC_DVD_CMD_START

Signals that a particular command has begun.

Parameters

lParam1

The Command ID and the HRESULT return value.

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