Skip to content

Latest commit

 

History

History
81 lines (47 loc) · 2.56 KB

ec-dvd-cmd-start.md

File metadata and controls

81 lines (47 loc) · 2.56 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location ms.custom
Signals that a DVD Navigator command has begun.
230116b4-23f1-4c37-a781-da2c5aa20a1f
EC_DVD_CMD_START (Dvdevcode.h)
reference
4/26/2023
APIRef
kbSyntax
EC_DVD_CMD_START
HeaderDef
dvdevcode.h
UpdateFrequency5

EC_DVD_CMD_START

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Signals that a DVD Navigator 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

Requirement Value
Header
Dvdevcode.h (include Dshow.h)

See also

DVD Applications

DVD Event Notification Codes

Event Notification in DirectShow

Synchronizing DVD Commands