Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msi/
H A Dpatch.c38 static const WCHAR mspfileW[] = L"winetest-patch.msp"; variable
851 r = MsiOpenDatabaseW( mspfileW, MSIDBOPEN_CREATE, &hdb ); in test_MsiOpenDatabase()
858 r = MsiOpenDatabaseW( mspfileW, MSIDBOPEN_READONLY + MSIDBOPEN_PATCHFILE, &hdb ); in test_MsiOpenDatabase()
862 r = MsiOpenDatabaseW( mspfileW, MSIDBOPEN_CREATE + MSIDBOPEN_PATCHFILE, &hdb ); in test_MsiOpenDatabase()
869 r = MsiOpenDatabaseW( mspfileW, MSIDBOPEN_READONLY + MSIDBOPEN_PATCHFILE, &hdb ); in test_MsiOpenDatabase()
880 r = MsiOpenDatabaseW( mspfileW, MSIDBOPEN_READONLY + MSIDBOPEN_PATCHFILE, &hdb ); in test_MsiOpenDatabase()