IDvdCmd::WaitForStart

 
Microsoft DirectShow 9.0

IDvdCmd::WaitForStart

The WaitForStart method blocks the DVD Navigator until the command associated with this object begins.

Syntax

  HRESULT WaitForStart(void);

Parameters

This method takes no parameters.

Return Values

Returns S_OK if successful or an HRESULT error code otherwise.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also