Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsisupport.c10 MSIHANDLE hRec = MsiCreateRecord(1); in debug() local
11 if (!hRec || MsiRecordSetStringA(hRec, 1, msg) != ERROR_SUCCESS) { in debug()
14 MsiProcessMessage(hInstall, INSTALLMESSAGE_INFO, hRec); in debug()
15 MsiCloseHandle(hRec); in debug()