Lines Matching refs:fResult

389                 BOOL fResult = FALSE;
393 fResult = callback(pNetCfg, pNetCfgComponent, pContext);
397 if (!fResult)
2674 BOOL fResult = SetupDiClassNameFromGuid (&netGuid, className, MAX_PATH, NULL);
2675 if (!fResult)
2681 fResult = SetupDiCreateDeviceInfo (hDeviceInfo, className, &netGuid, NULL, NULL,
2683 if (!fResult)
2689 fResult = SetupDiSetSelectedDevice (hDeviceInfo, &DeviceInfoData);
2690 if (!fResult)
2698 fResult = SetupDiGetDeviceInstallParams (hDeviceInfo, &DeviceInfoData,
2700 if (fResult)
2713 fResult = SetupDiSetDeviceInstallParams(hDeviceInfo, &DeviceInfoData,
2715 if (!fResult)
2736 fResult = SetupDiBuildDriverInfoList (hDeviceInfo, &DeviceInfoData,
2738 if (!fResult)
2806 fResult = SetupDiSetSelectedDriver (hDeviceInfo, &DeviceInfoData,
2808 if (!fResult)
2813 fResult = SetupDiCallClassInstaller (DIF_REGISTERDEVICE, hDeviceInfo,
2815 if (!fResult)
2826 fResult = SetupDiCallClassInstaller (DIF_ALLOW_INSTALL, hDeviceInfo,
2828 if (!fResult)
2838 fResult = SetupDiGetDeviceInstallParams (hDeviceInfo, &DeviceInfoData,
2840 if (fResult)
2847 fResult = SetupDiSetDeviceInstallParams (hDeviceInfo, &DeviceInfoData,
2849 if (!fResult)
2854 Assert(fResult);
2869 fResult = SetupDiCallClassInstaller (DIF_INSTALLDEVICEFILES, hDeviceInfo,
2871 if (!fResult)
2876 fResult = SetupDiGetDeviceInstallParams (hDeviceInfo, &DeviceInfoData,
2878 if (fResult)
2881 fResult = SetupDiSetDeviceInstallParams(hDeviceInfo, &DeviceInfoData,
2883 if (!fResult)
2891 fResult = SetupDiCallClassInstaller(DIF_REGISTER_COINSTALLERS,
2894 if (!fResult)
2902 fResult = SetupDiCallClassInstaller(DIF_INSTALLINTERFACES,
2905 if (!fResult)
2909 fResult = SetupDiCallClassInstaller(DIF_INSTALLDEVICE,
2912 if (!fResult)