Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msi/
H A Ddb.c1233 MsiViewClose(hview); in get_column_info()
1264 MsiViewClose(hview); in get_columns_table_type()
1478 MsiViewClose(hview); in test_longstrings()
2011 MsiViewClose(view); in test_where_not_in_selected()
2086 MsiViewClose(view); in test_where()
2136 MsiViewClose(view); in test_where()
2380 MsiViewClose(view); in test_msiimport()
2433 MsiViewClose(view); in test_msiimport()
2457 MsiViewClose(view); in test_msiimport()
4165 MsiViewClose(view); in test_integers()
[all …]
H A Dpatch.c722 MsiViewClose( hview ); in test_simple_patch()
737 MsiViewClose( hview ); in test_simple_patch()
775 MsiViewClose( hview ); in test_simple_patch()
790 MsiViewClose( hview ); in test_simple_patch()
822 MsiViewClose( hview ); in test_simple_patch()
903 MsiViewClose( hview ); in find_entry()
923 MsiViewClose( hview ); in find_entryW()
953 MsiViewClose( hview ); in get_integer()
985 MsiViewClose( hview ); in get_string()
1069 MsiViewClose( hview ); in test_system_tables()
[all …]
H A Drecord.c573 r = MsiViewClose(hview); in test_fieldzero()
584 r = MsiViewClose(hview); in test_fieldzero()
H A Dpackage.c306 r = MsiViewClose(hview); in do_query()
2217 MsiViewClose(hview); in find_prop_in_property()
2365 r = MsiViewClose( htab ); in try_query_param()
7715 MsiViewClose(hview); in test_emptypackage()
7744 MsiViewClose(hview); in test_emptypackage()
7773 MsiViewClose(hview); in test_emptypackage()
H A Dcustom.c418 r = MsiViewClose(view); in test_db()
H A Dinstall.c3570 r = MsiViewClose(hview); in run_query()
/reactos/sdk/include/psdk/
H A Dmsiquery.h182 UINT WINAPI MsiViewClose(MSIHANDLE);
/reactos/dll/win32/msi/
H A Dmsiquery.c469 UINT WINAPI MsiViewClose( MSIHANDLE hView ) in MsiViewClose() function
1202 return MsiViewClose(view); in s_remote_ViewClose()
H A Dmsi.spec154 158 stdcall MsiViewClose(long)
H A Dautomation.c1229 MsiViewClose(This->msiHandle); in view_invoke()