Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dmsiquery.h310 UINT WINAPI MsiDatabaseExportW(MSIHANDLE, LPCWSTR, LPCWSTR, LPCWSTR);
/reactos/dll/win32/msi/
H A Dmsi.spec18 22 stdcall MsiDatabaseExportW(long wstr wstr wstr)
H A Ddatabase.c1169 UINT WINAPI MsiDatabaseExportW( MSIHANDLE handle, const WCHAR *szTable, const WCHAR *szFolder, cons… in MsiDatabaseExportW() function
1212 r = MsiDatabaseExportW( handle, table, path, file ); in MsiDatabaseExportA()