Win32Interop.GetDisplayIdFromMonitor(IntPtr) method
Reference
Definition
Namespace: Microsoft.UI
Gets the DisplayId
that corresponds to the specified hmonitor, if the provided hmonitor
is valid.
public static DisplayId GetDisplayIdFromMonitor(IntPtr hmonitor);
Parameters
hmonitor
IntPtr
The handle of the display monitor for which to get the DisplayId
.
Returns
The display monitor identifier that corresponds to the specified hmonitor, if the provided hmonitor is valid. Otherwise, null
.
Applies to
Product | Introduced in |
---|---|
WinUI 3 | Windows App SDK 1.0 |
See also
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Windows developer