Searched refs:MsiDatabaseExportW (Results 1 – 3 of 3) sorted by relevance
310 UINT WINAPI MsiDatabaseExportW(MSIHANDLE, LPCWSTR, LPCWSTR, LPCWSTR);
18 22 stdcall MsiDatabaseExportW(long wstr wstr wstr)
1169 UINT WINAPI MsiDatabaseExportW( MSIHANDLE handle, const WCHAR *szTable, const WCHAR *szFolder, cons… in MsiDatabaseExportW() function1212 r = MsiDatabaseExportW( handle, table, path, file ); in MsiDatabaseExportA()