IDvdCmd::WaitForEnd

 
Microsoft DirectShow 9.0

IDvdCmd::WaitForEnd

The WaitForEnd method blocks the DVD Navigator until the command associated with this object completes or is canceled.

Syntax

  HRESULT WaitForEnd(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