| /trunk/main/setup_native/source/win32/customactions/quickstarter/ |
| H A D | quickstarter.cxx | 39 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 D | GetUserDomain_WINDOWS.cpp | 52 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 D | networkdomain.cxx | 87 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 D | lngpckinsthelper.cxx | 81 if ((ret != ERROR_SUCCESS) && (ret != ERROR_MORE_DATA)) in FindProductInstallationPath() 112 if (ret == ERROR_MORE_DATA) in GetInstallProperty()
|
| H A D | respintest.cxx | 56 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
|
| /trunk/main/migrationanalysis/src/wizard/ |
| H A D | Utilities.bas | 126 Private Const ERROR_MORE_DATA = 234 constant 432 lpcbData) = ERROR_MORE_DATA Then
|
| /trunk/main/setup_native/source/win32/customactions/reg4msdoc/ |
| H A D | registryw9x.cxx | 158 ERROR_MORE_DATA != rc) in GetSubKeyNames() 195 ERROR_MORE_DATA != rc) in GetSubValueNames()
|
| H A D | registrywnt.cxx | 163 ERROR_MORE_DATA != rc) in GetSubKeyNames() 204 ERROR_MORE_DATA != rc) in GetSubValueNames()
|
| H A D | msihelper.cxx | 33 if (MsiGetProperty(handle, name, dummy, &sz) == ERROR_MORE_DATA) in GetMsiProp()
|
| /trunk/main/sal/osl/w32/ |
| H A D | pipe.c | 404 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 D | checkdirectory.cxx | 59 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
| H A D | checkpatches.cxx | 76 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
| H A D | startmenuicon.cxx | 54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
| H A D | migrateinstallpath.cxx | 56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
| H A D | copyextensiondata.cxx | 61 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
| H A D | completeinstallpath.cxx | 56 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
| H A D | copyeditiondata.cxx | 60 if (err != ERROR_SUCCESS && err != ERROR_MORE_DATA) { in getProperty()
|
| H A D | postuninstall.cxx | 54 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
| H A D | dotnetcheck.cxx | 58 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
|
| H A D | vistaspecial.cxx | 78 if ( MsiGetProperty( handle, sProperty.c_str(), szDummy, &nChars ) == ERROR_MORE_DATA ) in GetMsiProperty()
|
| H A D | shellextensions.cxx | 101 if ( MsiGetProperty( hMSI, pPropName, 0, &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
|
| H A D | upgrade.cxx | 124 if (MsiGetProperty(handle, sProperty.c_str(), szDummy, &nChars) == ERROR_MORE_DATA) in GetMsiProperty()
|
| /trunk/main/setup_native/source/win32/customactions/regpatchactivex/ |
| H A D | regpatchactivex.cxx | 57 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
|
| /trunk/main/setup_native/source/win32/customactions/tools/ |
| H A D | checkversion.cxx | 46 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
|
| /trunk/main/setup_native/source/win32/customactions/relnotes/ |
| H A D | relnotes.cxx | 69 if (MsiGetProperty(handle, name, dummy, &sz) == ERROR_MORE_DATA) in GetMsiProp()
|