Microsoft DirectX 9.0

IDrawVideoImage::DrawVideoImageBegin

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.

See Also