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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp1419 GUID netGuid; local
1428 memcpy(&netGuid, &GUID_DEVCLASS_NET, sizeof (GUID_DEVCLASS_NET));
1431 hDeviceInfo = SetupDiGetClassDevs(&netGuid, NULL, NULL, DIGCF_PRESENT);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2487 GUID netGuid; local
2497 memcpy (&netGuid, &GUID_DEVCLASS_NET, sizeof (GUID_DEVCLASS_NET));
2500 hDeviceInfo = SetupDiGetClassDevs (&netGuid, NULL, NULL, DIGCF_PRESENT);
2645 GUID netGuid; local
2665 memcpy(&netGuid, &GUID_DEVCLASS_NET, sizeof(GUID_DEVCLASS_NET));
2668 hDeviceInfo = SetupDiCreateDeviceInfoList(&netGuid, NULL);
2674 BOOL fResult = SetupDiClassNameFromGuid (&netGuid, className, MAX_PATH, NULL);
2681 fResult = SetupDiCreateDeviceInfo (hDeviceInfo, className, &netGuid, NULL, NULL,

Completed in 54 milliseconds