Win32Interop.GetMonitorFromDisplayId(DisplayId) method

February 12, 2026 ยท View on GitHub

Reference

Definition

Namespace: Microsoft.UI

Gets the display monitor handle that corresponds to the specified displayId, if the provided displayId is valid and the system has an HMONITOR that represents the display monitor.

public static IntPtr GetMonitorFromDisplayId(DisplayId displayId);

Parameters

displayId DisplayId

The identifier for the display.

Returns

IntPtr

The display monitor handle that corresponds to the specified displayId, if the provided displayId is valid and the system has an HMONITOR that represents the display monitor. Otherwise, null.

Applies to

ProductIntroduced in
WinUIWindows App SDK 1.0

See also