Home
last modified time | relevance | path

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

/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1865 LPTSTR szPatchID = new TCHAR[ 64 ]; in IsPatchInstalled() local
1867 …ryInfoGetProperty( hSummaryInfo, PID_REVNUMBER, &uiDataType, NULL, NULL, szPatchID, &cchValueBuf ); in IsPatchInstalled()
1876 nRet = MsiGetPatchInfo( szPatchID, INSTALLPROPERTY_LOCALPACKAGE, NULL, NULL ); in IsPatchInstalled()
1878 StringCchPrintf( sBuf, 80, TEXT(" GetPatchInfo for (%s) returned (%u)\r\n"), szPatchID, nRet ); in IsPatchInstalled()
1881 delete []szPatchID; in IsPatchInstalled()

Completed in 20 milliseconds