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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2188 INetCfgBindingPath *pNetCfgBindPath; local
2189 hr = pEnumNetCfgBindPath->Next(1, &pNetCfgBindPath, NULL);
2193 hr = pNetCfgBindPath->EnumBindingInterfaces(&pEnumNetCfgBindIface);
2216 hr = pNetCfgBindings->MoveAfter(pNetCfgBindPath, NULL);
2241 pNetCfgBindPath->Release();

Completed in 63 milliseconds