MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / DpiUtil

Class DpiUtil

SampleApps/WebView2APISample/DpiUtil.h:11–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <ShellScalingApi.h>
10
11class DpiUtil
12{
13public:
14 static void SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT dpiAwarenessContext);
15 static int GetDpiForWindow(HWND window);
16
17private:
18 static HMODULE GetUser32Module();
19 static HMODULE GetShcoreModule();
20 static PROCESS_DPI_AWARENESS ProcessDpiAwarenessFromDpiAwarenessContext(
21 DPI_AWARENESS_CONTEXT dpiAwarenessContext);
22};
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected