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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp1287 IWbemClassObject* pOutParams = NULL; local
1288 hr = pSvc->ExecMethod(ObjPath, MethodName, 0, NULL, pClassInstance, &pOutParams, NULL);
1291 *ppOutParams = pOutParams;
1398 ComPtr<IWbemClassObject> pOutParams; local
1400 hr = netIfExecMethod(pSvc, pClass, ObjPath, bstr_t(L"EnableStatic"), argNames, args, 2, pOutParams.asOutParam());
1404 hr = pOutParams->Get(bstr_t(L"ReturnValue"), 0,
1485 ComPtr<IWbemClassObject> pOutParams; local
1487 hr = netIfExecMethod(pSvc, pClass, ObjPath, bstr_t(L"SetGateways"), argNames, args, 1, pOutParams.asOutParam());
1491 hr = pOutParams->Get(bstr_t(L"ReturnValue"), 0, &varReturnValue, NULL, 0);
1553 ComPtr<IWbemClassObject> pOutParams; local
1596 ComPtr<IWbemClassObject> pOutParams; local
[all...]

Completed in 51 milliseconds