Searched defs:hNetShell (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2385 HINSTANCE hNetShell; local
2389 hNetShell = loadSystemDll("netshell.dll");
2390 if (hNetShell == NULL)
2393 (lpHrRenameConnection) GetProcAddress (hNetShell,
2397 FreeLibrary (hNetShell);
2401 FreeLibrary (hNetShell);

Completed in 41 milliseconds