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

Function GetRdpBaseModuleHandle

NanaBox/RdpBase.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace
14{
15 static HMODULE GetRdpBaseModuleHandle()
16 {
17 static HMODULE CachedResult = ::LoadLibraryExW(
18 L"RdpBase.dll",
19 nullptr,
20 LOAD_LIBRARY_SEARCH_SYSTEM32);
21 return CachedResult;
22 }
23
24 static FARPROC GetRDPBASECreateInstanceProcAddress()
25 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected