Home
last modified time | relevance | path

Searched refs:ERROR_MORE_DATA (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx39 if (MsiGetProperty(handle, TEXT("INSTALLLOCATION"), dummy, &sz) == ERROR_MORE_DATA) in GetOfficeInstallationPath()
57 if (MsiGetProperty(handle, TEXT("ProductName"), dummy, &sz) == ERROR_MORE_DATA) in GetOfficeProductName()
75 if (MsiGetProperty(handle, TEXT("Quickstarterlinkname"), dummy, &sz) == ERROR_MORE_DATA) in GetQuickstarterLinkName()
84 else if (MsiGetProperty(handle, TEXT("ProductName"), dummy, &sz) == ERROR_MORE_DATA) in GetQuickstarterLinkName()
/trunk/main/sal/systools/win32/uwinapi/
H A DGetUserDomain_WINDOWS.cpp52 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult )
67 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult )
/trunk/main/framework/source/fwi/helper/
H A Dnetworkdomain.cxx87 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult ) in GetUserDomainW_WINDOWS()
102 if ( ERROR_SUCCESS == lResult || ERROR_MORE_DATA == lResult ) in GetUserDomainW_WINDOWS()
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx81 if ((ret != ERROR_SUCCESS) && (ret != ERROR_MORE_DATA)) in FindProductInstallationPath()
112 if (ret == ERROR_MORE_DATA) in GetInstallProperty()
H A Drespintest.cxx56 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
/trunk/main/migrationanalysis/src/wizard/
H A DUtilities.bas126 Private Const ERROR_MORE_DATA = 234 constant
432 lpcbData) = ERROR_MORE_DATA Then
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx158 ERROR_MORE_DATA != rc) in GetSubKeyNames()
195 ERROR_MORE_DATA != rc) in GetSubValueNames()
H A Dregistrywnt.cxx163 ERROR_MORE_DATA != rc) in GetSubKeyNames()
204 ERROR_MORE_DATA != rc) in GetSubValueNames()
H A Dmsihelper.cxx33 if (MsiGetProperty(handle, name, dummy, &sz) == ERROR_MORE_DATA) in GetMsiProp()
/trunk/main/sal/osl/w32/
H A Dpipe.c404 case ERROR_MORE_DATA: // Should not happen in osl_acceptPipe()
491 if (lastError == ERROR_MORE_DATA) in osl_receivePipe()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckdirectory.cxx59 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dcheckpatches.cxx76 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dstartmenuicon.cxx54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dmigrateinstallpath.cxx56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dcopyextensiondata.cxx61 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dcompleteinstallpath.cxx56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dcopyeditiondata.cxx60 if (err != ERROR_SUCCESS && err != ERROR_MORE_DATA) { in getProperty()
H A Dpostuninstall.cxx54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Ddotnetcheck.cxx58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
H A Dvistaspecial.cxx78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
H A Dshellextensions.cxx101 if ( MsiGetProperty( hMSI, pPropName, 0, &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
H A Dupgrade.cxx124 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
/trunk/main/setup_native/source/win32/customactions/regpatchactivex/
H A Dregpatchactivex.cxx57 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
/trunk/main/setup_native/source/win32/customactions/tools/
H A Dcheckversion.cxx46 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
/trunk/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx69 if (MsiGetProperty(handle, name, dummy, &sz) == ERROR_MORE_DATA) in GetMsiProp()

12