Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msi/
H A Drecord.c75 h = MsiCreateRecord(-1); in test_msirecord()
77 h = MsiCreateRecord(0x10000); in test_msirecord()
88 h = MsiCreateRecord(0); in test_msirecord()
344 h = MsiCreateRecord(2); in test_msirecord()
407 rec = MsiCreateRecord(2); in test_MsiRecordGetString()
431 rec = MsiCreateRecord(1); in test_MsiRecordGetString()
468 rec = MsiCreateRecord(1); in test_MsiRecordGetInteger()
500 rec = MsiCreateRecord(1); in test_fieldzero()
H A Ddb.c457 hrec = MsiCreateRecord(4); in test_msiinsert()
907 hrec = MsiCreateRecord(1); in test_viewmodify()
922 hrec = MsiCreateRecord(3); in test_viewmodify()
968 hrec = MsiCreateRecord(3); in test_viewmodify()
1041 hrec = MsiCreateRecord(3); in test_viewmodify()
1058 hrec = MsiCreateRecord(3); in test_viewmodify()
1074 hrec = MsiCreateRecord(3); in test_viewmodify()
2121 rec = MsiCreateRecord(1); in test_where()
2528 rec = MsiCreateRecord(3); in test_markers()
2540 rec = MsiCreateRecord(1); in test_markers()
[all …]
H A Dformat.c153 hrec = MsiCreateRecord(0); in test_formatrecord()
164 hrec = MsiCreateRecord(4); in test_formatrecord()
185 hrec = MsiCreateRecord(6); in test_formatrecord()
356 hrec = MsiCreateRecord(12); in test_formatrecord()
1729 hrec = MsiCreateRecord(12); in test_formatrecord_package()
2286 hrec = MsiCreateRecord(3); in test_processmessage()
H A Dcustom.c57 record = MsiCreateRecord(5); in ok_()
427 rec = MsiCreateRecord(1); in test_db()
884 rec = MsiCreateRecord(1); in test_format_record()
1203 rec = MsiCreateRecord(2); in test_view_get_error()
H A Dinstall.c2623 record = MsiCreateRecord(1); in add_custom_dll()
4100 record = MsiCreateRecord(1); in test_customaction1()
5472 record = MsiCreateRecord(1); in test_icon_table()
H A Dpackage.c1063 rec = MsiCreateRecord( 1 ); in query_file_path()
2529 hrec = MsiCreateRecord(2); in test_formatrecord2()
2659 hrec = MsiCreateRecord( 1 ); in test_formatrecord_tables()
8605 hrecord = MsiCreateRecord(1); in test_externalui()
9013 hrecord = MsiCreateRecord(3); in test_externalui_message()
/reactos/sdk/include/psdk/
H A Dmsiquery.h193 MSIHANDLE WINAPI MsiCreateRecord(UINT);
/reactos/dll/win32/msi/
H A Drecord.c92 MSIHANDLE WINAPI MsiCreateRecord( UINT cParams ) in MsiCreateRecord() function
1103 *out = MsiCreateRecord(in->count); in unmarshal_record()
H A Dmsi.spec13 17 stdcall MsiCreateRecord(long)
H A Dautomation.c1680 hrec = MsiCreateRecord(V_I4(&varg0)); in InstallerImpl_CreateRecord()