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

Method GetUser32Module

SampleApps/WebView2APISample/DpiUtil.cpp:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61HMODULE DpiUtil::GetUser32Module()
62{
63 static HMODULE user32Module = nullptr;
64 if (user32Module == nullptr)
65 {
66 user32Module = LoadLibraryA("User32.dll");
67 }
68 return user32Module;
69}
70
71HMODULE DpiUtil::GetShcoreModule()
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected