Lines Matching refs:ERROR_SUCCESS

326                 SetError( ERROR_SUCCESS );  in ReadProfile()
708 if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, sInstKey, 0, KEY_READ, &hInstKey ) ) in LoadMsiLibrary()
710 long nRet = ERROR_SUCCESS; in LoadMsiLibrary()
726 if ( ERROR_SUCCESS == nRet && dwType == REG_SZ && dwMsiFolderSize > 0 ) in LoadMsiLibrary()
759 if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, sInstKey, 0, KEY_READ, &hInstKey ) ) in GetPathToMSI()
761 LONG nRet = ERROR_SUCCESS; in GetPathToMSI()
775 if ( ERROR_SUCCESS != nRet || dwType != REG_SZ || nMsiFolderSize == 0 ) in GetPathToMSI()
872 if( ERROR_SUCCESS != nResult ) in LaunchInstaller()
883 if ( nResult != ERROR_SUCCESS ) in LaunchInstaller()
1043 case ERROR_SUCCESS: break; // 0 in DisplayError()
1220 … if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, m_pUpgradeKey, 0, KEY_READ, &hInstKey ) ) in CheckForUpgrade()
1225 …else if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_CURRENT_USER, m_pUpgradeKey, 0, KEY_READ, &hInstKey … in CheckForUpgrade()
1244 …if ( ERROR_SUCCESS == RegQueryValueEx( hInstKey, PRODUCT_VERSION, NULL, NULL, (LPBYTE)sProductVers… in CheckForUpgrade()
1272 if ( ERROR_SUCCESS == RegOpenKeyEx( HKEY_LOCAL_MACHINE, sKey, 0, KEY_READ, &hKey ) && in IsTerminalServerInstalled()
1273 ERROR_SUCCESS == RegQueryValueEx( hKey, sValue, NULL, &dwType, NULL, &dwSize ) && in IsTerminalServerInstalled()
1281 … if ( ERROR_SUCCESS == RegQueryValueEx( hKey, sValue, NULL, &dwType, (LPBYTE)sSuiteList, &dwSize) ) in IsTerminalServerInstalled()
1472 return ERROR_SUCCESS; in GetNextArgument()
1478 int nRet = ERROR_SUCCESS; in GetCmdLineParameters()
1482 if ( GetNextArgument( *pCmdLine, NULL, &pNext ) != ERROR_SUCCESS ) in GetCmdLineParameters()
1492 while ( GetNextArgument( pNext, &pStart, &pNext ) == ERROR_SUCCESS ) in GetCmdLineParameters()
1506 if ( GetNextArgument( pNext, &pLanguage, &pNext, true ) != ERROR_SUCCESS ) in GetCmdLineParameters()
1531 if ( GetNextArgument( pNext, &pFileName, &pNext, true ) != ERROR_SUCCESS ) in GetCmdLineParameters()
1641 if ( nRet != ERROR_SUCCESS ) in GetCmdLineParameters()
1857 if ( nRet != ERROR_SUCCESS ) in IsPatchInstalled()
1869 if ( nRet != ERROR_SUCCESS ) in IsPatchInstalled()
1889 else if ( nRet == ERROR_SUCCESS ) in IsPatchInstalled()
1945 if( ERROR_SUCCESS != nResult ) in InstallRuntimes()
1956 if ( nResult != ERROR_SUCCESS ) in InstallRuntimes()