Compartir a través de


IDrawVideoImage::DrawVideoImageEnd

 
Microsoft DirectShow 9.0

IDrawVideoImage::DrawVideoImageEnd

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

The DrawVideoImageEnd method turns DirectDraw back on after drawing has been performed.

Syntax

  HRESULT DrawVideoImageEnd(); 

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