MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / GetAppWindow

Function GetAppWindow

FastCopy/WindowHelper.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20winrt::Microsoft::UI::Windowing::AppWindow GetAppWindow(winrt::Microsoft::UI::Xaml::Window window)
21{
22 return winrt::Microsoft::UI::Windowing::AppWindow::GetFromWindowId(
23 winrt::Microsoft::UI::GetWindowIdFromWindow(GetHwnd(window))
24 );
25}
26
27void MoveAndResizeWindow(winrt::Microsoft::UI::Xaml::Window window, winrt::Windows::Graphics::RectInt32 windowRect)
28{

Callers 4

MoveAndResizeWindowFunction · 0.85
ResizeWindowFunction · 0.85
CopyDialogWindowMethod · 0.85
WindowExClass · 0.85

Calls 1

GetHwndFunction · 0.85

Tested by

no test coverage detected