Searched refs:hRec (Results 1 – 1 of 1) sorted by relevance
10 MSIHANDLE hRec = MsiCreateRecord(1); in debug() local11 if (!hRec || MsiRecordSetStringA(hRec, 1, msg) != ERROR_SUCCESS) { in debug()14 MsiProcessMessage(hInstall, INSTALLMESSAGE_INFO, hRec); in debug()15 MsiCloseHandle(hRec); in debug()