Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DisplayManager.CreateDisplayDevice(DisplayAdapter) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Creates a DisplayDevice object for the given adapter. The DisplayDevice can be used to create and present full-screen content to targets on the given adapter.

public:
 virtual DisplayDevice ^ CreateDisplayDevice(DisplayAdapter ^ adapter) = CreateDisplayDevice;
DisplayDevice CreateDisplayDevice(DisplayAdapter const& adapter);
public DisplayDevice CreateDisplayDevice(DisplayAdapter adapter);
function createDisplayDevice(adapter)
Public Function CreateDisplayDevice (adapter As DisplayAdapter) As DisplayDevice

Parameters

adapter
DisplayAdapter

The DisplayAdapter to create a DisplayDevice for.

Returns

A DisplayDevice value.

Applies to


Feedback

Was this page helpful?