Win32Interop.GetWindowIdFromWindow(IntPtr) method
Reference
Definition
Namespace: Microsoft.UI
Gets the WindowId
that corresponds to the specified hwnd, if the provided HWND
is a valid.
public static WindowId GetWindowIdFromWindow(IntPtr hwnd);
Parameters
hwnd
IntPtr
The handle of the window for which to get the WindowId
.
Returns
The identifier that corresponds to the specified hwnd, if the provided hwnd is valid. Otherwise, null
.
Applies to
Product | Introduced in |
---|---|
WinUI 3 | Windows App SDK 1.0 |
See also
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.