Home
last modified time | relevance | path

Searched refs:hSetupApiDll (Results 1 – 6 of 6) sorted by relevance

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DWin32Com.cpp247 HINSTANCE hSetupApiDll = NULL; in InstallNdisProtocolDriver() local
256 hSetupApiDll = LoadLibraryA("setupapi.dll"); in InstallNdisProtocolDriver()
257 if (hSetupApiDll == NULL) in InstallNdisProtocolDriver()
265 GetProcAddress(hSetupApiDll, "SetupCopyOEMInfW"); in InstallNdisProtocolDriver()
269 GetProcAddress(hSetupApiDll, "SetupUninstallOEMInfW"); in InstallNdisProtocolDriver()
379 if (hSetupApiDll != NULL) in InstallNdisProtocolDriver()
381 FreeLibrary(hSetupApiDll); in InstallNdisProtocolDriver()
H A DSeLowUser.c82 HINSTANCE hSetupApiDll = NULL; in SuDeleteGarbageInfsInner() local
90 hSetupApiDll = LoadLibraryA("setupapi.dll"); in SuDeleteGarbageInfsInner()
91 if (hSetupApiDll == NULL) in SuDeleteGarbageInfsInner()
98 GetProcAddress(hSetupApiDll, "SetupUninstallOEMInfA"); in SuDeleteGarbageInfsInner()
144 if (hSetupApiDll != NULL) in SuDeleteGarbageInfsInner()
146 FreeLibrary(hSetupApiDll); in SuDeleteGarbageInfsInner()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DWin32Com.cpp367 HINSTANCE hSetupApiDll = NULL; in InstallNdisProtocolDriver() local
376 hSetupApiDll = LoadLibraryA("setupapi.dll"); in InstallNdisProtocolDriver()
377 if (hSetupApiDll == NULL) in InstallNdisProtocolDriver()
385 GetProcAddress(hSetupApiDll, "SetupCopyOEMInfW"); in InstallNdisProtocolDriver()
389 GetProcAddress(hSetupApiDll, "SetupUninstallOEMInfW"); in InstallNdisProtocolDriver()
499 if (hSetupApiDll != NULL) in InstallNdisProtocolDriver()
501 FreeLibrary(hSetupApiDll); in InstallNdisProtocolDriver()
H A DSeLowUser.c177 HINSTANCE hSetupApiDll = NULL; in SuDeleteGarbageInfsInner() local
185 hSetupApiDll = LoadLibraryA("setupapi.dll"); in SuDeleteGarbageInfsInner()
186 if (hSetupApiDll == NULL) in SuDeleteGarbageInfsInner()
193 GetProcAddress(hSetupApiDll, "SetupUninstallOEMInfA"); in SuDeleteGarbageInfsInner()
239 if (hSetupApiDll != NULL) in SuDeleteGarbageInfsInner()
241 FreeLibrary(hSetupApiDll); in SuDeleteGarbageInfsInner()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DWin32Com.cpp367 HINSTANCE hSetupApiDll = NULL; in InstallNdisProtocolDriver() local
376 hSetupApiDll = LoadLibraryA("setupapi.dll"); in InstallNdisProtocolDriver()
377 if (hSetupApiDll == NULL) in InstallNdisProtocolDriver()
385 GetProcAddress(hSetupApiDll, "SetupCopyOEMInfW"); in InstallNdisProtocolDriver()
389 GetProcAddress(hSetupApiDll, "SetupUninstallOEMInfW"); in InstallNdisProtocolDriver()
499 if (hSetupApiDll != NULL) in InstallNdisProtocolDriver()
501 FreeLibrary(hSetupApiDll); in InstallNdisProtocolDriver()
H A DSeLowUser.c177 HINSTANCE hSetupApiDll = NULL; in SuDeleteGarbageInfsInner() local
185 hSetupApiDll = LoadLibraryA("setupapi.dll"); in SuDeleteGarbageInfsInner()
186 if (hSetupApiDll == NULL) in SuDeleteGarbageInfsInner()
193 GetProcAddress(hSetupApiDll, "SetupUninstallOEMInfA"); in SuDeleteGarbageInfsInner()
239 if (hSetupApiDll != NULL) in SuDeleteGarbageInfsInner()
241 FreeLibrary(hSetupApiDll); in SuDeleteGarbageInfsInner()