IPresentationFactory interface (presentation.h)

This interface is used to query system support for presentation, and create a presentation manager.

Inheritance

The IPresentationFactory interface inherits from the IUnknown interface.

Methods

The IPresentationFactory interface has these methods.

 
IPresentationFactory::CreatePresentationManager

Creates a presentation manager.
IPresentationFactory::IsPresentationSupported

Gets a value that indicates whether presentation of any sort (with or without independent flip) is supported on the backing D3D device.
IPresentationFactory::IsPresentationSupportedWithIndependentFlip

Gets a value that indicates whether independent-flip-enabled presentation is supported on the backing D3D device.

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Minimum supported server Windows Build 22000
Header presentation.h

See also

IPresentationManager