EC_DVD_CMD_START

 
Microsoft DirectShow 9.0

EC_DVD_CMD_START

Signals that a DVD command has begun.

Parameters

lParam1

Command identifier. Pass this parameter to the IDvdInfo2::GetCmdFromEvent method to retrieve an IDvdCmd interface pointer.

lParam2

HRESULT value indicating the status of the command.

Remarks

This event is only fired if your application sets the DVD_CMD_FLAG_SendEvents flag in an IDvdControl2 method that takes a DVD_CMD_FLAGS flag.

This event is raised in the title domain.

Requirements

  Header: Dshow.h.

See Also