MCPcopy Create free account
hub / github.com/M2Team/NanaBox / GetAtlModuleHandle

Function GetAtlModuleHandle

NanaBox/RdpBase.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 static HMODULE GetAtlModuleHandle()
42 {
43 static HMODULE CachedResult = ::LoadLibraryExW(
44 L"atl.dll",
45 nullptr,
46 LOAD_LIBRARY_SEARCH_SYSTEM32);
47 return CachedResult;
48 }
49
50 static FARPROC GetAtlAxWinInitProcAddress()
51 {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected