Home
last modified time | relevance | path

Searched refs:szValueBuf (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/setup_native/source/win32/customactions/javafilter/
H A Djfregca.cxx132 TCHAR* szValueBuf = NULL; in isMulti() local
139 szValueBuf = new TCHAR[cchValueBuf]; in isMulti()
140 if (szValueBuf) in isMulti()
142 uiStat = MsiGetProperty(hModule, TEXT("ALLUSERS"), szValueBuf, &cchValueBuf); in isMulti()
149 bRet = _tcscmp(szValueBuf, TEXT("1")) == 0; in isMulti()
150 delete [] szValueBuf; in isMulti()
/AOO41X/main/desktop/win32/source/setup/
H A Daoo_msi.cxx187 LPTSTR szValueBuf,
194 LPTSTR szValueBuf, in aoo_MsiSummaryInfoGetProperty() argument
211 szValueBuf, pcchValueBuf ); in aoo_MsiSummaryInfoGetProperty()
H A Daoo_msi.hxx61 LPTSTR szValueBuf,