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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2172 INetCfgComponentBindings *pNetCfgBindings; local
2176 HRESULT hr = pNcc->QueryInterface(IID_INetCfgComponentBindings, (PVOID*)&pNetCfgBindings);
2181 hr = pNetCfgBindings->EnumBindingPaths(EBP_BELOW, &pEnumNetCfgBindPath);
2216 hr = pNetCfgBindings->MoveAfter(pNetCfgBindPath, NULL);
2256 pNetCfgBindings->Release();

Completed in 41 milliseconds