Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Interface for the presenter returned from CreateSurfacePresenterFlip. Represents a swap chain similar to IDXGISwapChain, and is used in a similar fashion.
Members
The ISurfacePresenterFlip interface inherits from the IUnknown interface. ISurfacePresenterFlip also has these types of members:
- Methods
Methods
The ISurfacePresenterFlip interface has these methods.
| Method | Description |
|---|---|
| GetBuffer | Gets an interface pointer for the indicated back buffer. |
| Present | Presents the next back buffer to the screen and progresses the swap chain. |
Remarks
ISurfacePresenterFlip provides a mechanism for enabling efficient, rotation-aware ActiveX controls using Microsoft Direct3D 11 (and above) presentation. Its use requires the client ActiveX control to implement the IViewObjectPresentFlip and IViewObjectPresentFlip2 interfaces.
Requirements
Minimum supported client |
Windows 10 |
Minimum supported server |
Windows Server 2016 |
DLL |
Mshtml.dll; Edgehtml.dll |