Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dfiles.c133 BOOL msi_find_next_file( MSIPACKAGE *package, HANDLE handle, WIN32_FIND_DATAW *data ) in msi_find_next_file() function
999 for (res = TRUE; res; res = msi_find_next_file( package, hfile, &wfd )) in move_files_wildcard()
H A Dappsearch.c825 … while (rc == ERROR_SUCCESS && !*appValue && msi_find_next_file( package, hFind, &findData )) in recurse_search_directory()
H A Dmsipriv.h1087 extern BOOL msi_find_next_file( MSIPACKAGE *, HANDLE, WIN32_FIND_DATAW * );