Searched refs:transformsW (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/msi/ |
H A D | msi.c | 10290 WCHAR patchW[MAX_PATH], prodcodeW[MAX_PATH], transformsW[MAX_PATH]; in test_MsiEnumPatches() local 10841 MultiByteToWideChar( CP_ACP, 0, "banana", -1, transformsW, MAX_PATH ); in test_MsiEnumPatches() 10842 r = MsiEnumPatchesW(prodcodeW, 0, patchW, transformsW, &size); in test_MsiEnumPatches() 10845 WideCharToMultiByte( CP_ACP, 0, transformsW, -1, transforms, MAX_PATH, NULL, NULL ); in test_MsiEnumPatches() 10853 MultiByteToWideChar( CP_ACP, 0, "banana", -1, transformsW, MAX_PATH ); in test_MsiEnumPatches() 10854 r = MsiEnumPatchesW(prodcodeW, 0, patchW, transformsW, &size); in test_MsiEnumPatches() 10857 WideCharToMultiByte( CP_ACP, 0, transformsW, -1, transforms, MAX_PATH, NULL, NULL ); in test_MsiEnumPatches()
|