Lines Matching refs:ERROR_SUCCESS

123     m_uiRet         = ERROR_SUCCESS;  in SetupApp()
341 SetError( ERROR_SUCCESS ); in ReadProfile()
818 if( ERROR_SUCCESS != nResult ) in LaunchInstaller()
829 if ( nResult != ERROR_SUCCESS ) in LaunchInstaller()
989 case ERROR_SUCCESS: break; // 0 in DisplayError()
1150 … if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, m_pUpgradeKey, 0, KEY_READ, &hInstKey ) ) in CheckForUpgrade()
1155 …else if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_CURRENT_USER, m_pUpgradeKey, 0, KEY_READ, &hInstKey … in CheckForUpgrade()
1174 …if ( ERROR_SUCCESS == RegQueryValueEx( hInstKey, PRODUCT_VERSION, NULL, NULL, (LPBYTE)sProductVers… in CheckForUpgrade()
1202 if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, sKey, 0, KEY_READ, &hKey ) && in IsTerminalServerInstalled()
1203 ERROR_SUCCESS == RegQueryValueEx( hKey, sValue, NULL, &dwType, NULL, &dwSize ) && in IsTerminalServerInstalled()
1211 … if ( ERROR_SUCCESS == RegQueryValueEx( hKey, sValue, NULL, &dwType, (LPBYTE)sSuiteList, &dwSize) ) in IsTerminalServerInstalled()
1402 return ERROR_SUCCESS; in GetNextArgument()
1408 int nRet = ERROR_SUCCESS; in GetCmdLineParameters()
1412 if ( GetNextArgument( *pCmdLine, NULL, &pNext ) != ERROR_SUCCESS ) in GetCmdLineParameters()
1422 while ( GetNextArgument( pNext, &pStart, &pNext ) == ERROR_SUCCESS ) in GetCmdLineParameters()
1436 if ( GetNextArgument( pNext, &pLanguage, &pNext, true ) != ERROR_SUCCESS ) in GetCmdLineParameters()
1461 if ( GetNextArgument( pNext, &pFileName, &pNext, true ) != ERROR_SUCCESS ) in GetCmdLineParameters()
1571 if ( nRet != ERROR_SUCCESS ) in GetCmdLineParameters()
1787 if ( nRet != ERROR_SUCCESS ) in IsPatchInstalled()
1799 if ( nRet != ERROR_SUCCESS ) in IsPatchInstalled()
1819 else if ( nRet == ERROR_SUCCESS ) in IsPatchInstalled()
1875 if( ERROR_SUCCESS != nResult ) in InstallRuntimes()
1886 if ( nResult != ERROR_SUCCESS ) in InstallRuntimes()