|
ReactOS 0.4.16-dev-2274-gc61d98f
|
#include <k32.h>
Go to the source code of this file.
Functions | |
| BOOL WINAPI | CopyFileExA (IN LPCSTR lpExistingFileName, IN LPCSTR lpNewFileName, IN LPPROGRESS_ROUTINE lpProgressRoutine OPTIONAL, IN LPVOID lpData OPTIONAL, IN LPBOOL pbCancel OPTIONAL, IN DWORD dwCopyFlags) |
| BOOL WINAPI | CopyFileA (IN LPCSTR lpExistingFileName, IN LPCSTR lpNewFileName, IN BOOL bFailIfExists) |
| BOOL WINAPI CopyFileA | ( | IN LPCSTR | lpExistingFileName, |
| IN LPCSTR | lpNewFileName, | ||
| IN BOOL | bFailIfExists | ||
| ) |
Definition at line 58 of file copyansi.c.
Referenced by copy_change_subsystem(), copy_dll_file(), create_file_with_version(), generate_transform(), main(), START_TEST(), test_copy(), test_CopyFileA(), test_DeleteFileA(), test_directory(), test_exes(), test_pe_os_version(), test_ReplaceFileA(), test_SearchPathA(), and test_states().
| BOOL WINAPI CopyFileExA | ( | IN LPCSTR | lpExistingFileName, |
| IN LPCSTR | lpNewFileName, | ||
| IN LPPROGRESS_ROUTINE lpProgressRoutine | OPTIONAL, | ||
| IN LPVOID lpData | OPTIONAL, | ||
| IN LPBOOL pbCancel | OPTIONAL, | ||
| IN DWORD | dwCopyFlags | ||
| ) |
Definition at line 20 of file copyansi.c.
Referenced by test_CopyFileEx().