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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/
H A DVBoxNetFltNobj.cpp358 static HRESULT vboxNetFltWinNotifyShouldBind(IN INetCfgComponent *pComponent, OUT bool *pbShouldBind) function
431 static HRESULT vboxNetFltWinNotifyShouldBind(IN INetCfgBindingInterface *pIf, OUT bool *pbShouldBind) function
437 hr = vboxNetFltWinNotifyShouldBind(pAdapterComponent, pbShouldBind);
449 static HRESULT vboxNetFltWinNotifyShouldBind(IN INetCfgBindingPath *pPath, OUT bool *pbDoBind) function
465 hr = vboxNetFltWinNotifyShouldBind(pBindingIf, pbDoBind);
511 static bool vboxNetFltWinNotifyShouldBind(IN INetCfgBindingPath *pPath) function
517 HRESULT hr = vboxNetFltWinNotifyShouldBind(pPath, &bShouldBind) ;
531 if (!(dwChangeFlag & NCN_ENABLE) || (dwChangeFlag & NCN_REMOVE) || vboxNetFltWinNotifyShouldBind(pNetCfgBP))
538 if (vboxNetFltWinNotifyShouldBind(pNetCfgBP))

Completed in 64 milliseconds