ISurfacePresenterFlipBuffer interface

Shared buffer between Internet Explorer (MSHTML) and the ActiveX control.

Members

The ISurfacePresenterFlipBuffer interface inherits from the IUnknown interface. ISurfacePresenterFlipBuffer also has these types of members:

  • Methods

Methods

The ISurfacePresenterFlipBuffer interface has these methods.

Method Description
BeginDraw

Obtains a pointer to the Direct3D surface shared buffer for the ActiveX control to draw to it.

EndDraw

Called by the ActiveX control to signal that it has completed drawing to the shared buffer.

 

Remarks

ISurfacePresenterFlipBuffer is obtained by calling ISurfacePresenterFlip::GetBuffer.

Requirements

Minimum supported client

Windows 10

Minimum supported server

Windows Server 2016

DLL

Mshtml.dll; Edgehtml.dll

See also

ISurfacePresenterFlip