Compartir a través de


IDrawVideoImage::DrawVideoImageBegin

 
Microsoft DirectShow 9.0

IDrawVideoImage::DrawVideoImageBegin

  • **Note   **This interface has been deprecated. New applications should not use it.

The DrawVideoImageBegin method turns off DirectDraw in preparation for a call to the DrawVideoImageDraw method.

Syntax

  HRESULT DrawVideoImageBegin(); 

Parameters

This method takes no parameters.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Values Description
S_OK The method succeeded.

Requirements

Reference: Dshow.h.

Library: Quartz.dll.

See Also