|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| BOOL | MyFileExists (IN LPCWSTR lpszFilePath, OUT PWIN32_FIND_DATAW pFindData OPTIONAL) |
| LRESULT | FileQueryFiles (IN LPCWSTR Path, IN LPCWSTR FileNamesQuery, IN PQUERY_FILES_TABLE QueryTable, IN PVOID Context) |
| BOOL | BackupIniFile (IN LPCWSTR lpszIniFile) |
Definition at line 93 of file fileutils.c.
Referenced by CreatePropSheet().
| LRESULT FileQueryFiles | ( | IN LPCWSTR | Path, |
| IN LPCWSTR | FileNamesQuery, | ||
| IN PQUERY_FILES_TABLE | QueryTable, | ||
| IN PVOID | Context | ||
| ) |
Definition at line 46 of file fileutils.c.
| BOOL MyFileExists | ( | IN LPCWSTR | lpszFilePath, |
| OUT PWIN32_FIND_DATAW pFindData | OPTIONAL | ||
| ) |
Definition at line 18 of file fileutils.c.
Referenced by CreatePropSheet(), and GeneralPageWndProc().