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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2203 INetCfgComponent *pNetCfgCompo; local
2204 hr = pNetCfgBindIfce->GetLowerComponent(&pNetCfgCompo);
2208 hr = pNetCfgCompo->GetDeviceStatus(&uComponentStatus);
2212 hr = pNetCfgCompo->GetInstanceGuid(&guid);
2222 pNetCfgCompo->Release();

Completed in 53 milliseconds