IDesktopWindowXamlSourceNative::get_WindowHandle method (windows.ui.xaml.hosting.desktopwindowxamlsource.h)
Gets the window handle of the parent UI element that is associated with the current IDesktopWindowXamlSourceNative instance.
Syntax
HRESULT get_WindowHandle(
HWND *hWnd
);
Parameters
hWnd
On output, this parameter contains the window handle of the parent UI element that is associated with the current IDesktopWindowXamlSourceNative instance.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 (build 18362) |
Header | windows.ui.xaml.hosting.desktopwindowxamlsource.h |