|
ReactOS 0.4.16-dev-2274-gc61d98f
|
#include <k32.h>
Go to the source code of this file.
Functions | |
| BOOL WINAPI | MoveFileA (IN LPCSTR lpExistingFileName, IN LPCSTR lpNewFileName) |
| BOOL WINAPI | MoveFileExA (IN LPCSTR lpExistingFileName, IN LPCSTR lpNewFileName OPTIONAL, IN DWORD dwFlags) |
| BOOL WINAPI | ReplaceFileA (IN LPCSTR lpReplacedFileName, IN LPCSTR lpReplacementFileName, IN LPCSTR lpBackupFileName OPTIONAL, IN DWORD dwReplaceFlags, IN LPVOID lpExclude, IN LPVOID lpReserved) |
| BOOL WINAPI | MoveFileWithProgressA (IN LPCSTR lpExistingFileName, IN LPCSTR lpNewFileName OPTIONAL, IN LPPROGRESS_ROUTINE lpProgressRoutine OPTIONAL, IN LPVOID lpData OPTIONAL, IN DWORD dwFlags) |
Definition at line 23 of file moveansi.c.
Referenced by DosInt21h(), mmioDosIOProc(), test_continuouscabs(), test_delete(), test_file_readonly_access(), test_filenames(), test_FindFirstChangeNotification(), test_LdrGetDllHandleEx(), test_move_file(), test_MoveFileA(), and VerInstallFileA().
| BOOL WINAPI MoveFileExA | ( | IN LPCSTR | lpExistingFileName, |
| IN LPCSTR lpNewFileName | OPTIONAL, | ||
| IN DWORD | dwFlags | ||
| ) |
Definition at line 39 of file moveansi.c.
Referenced by cleanup_eventlog(), process_pending_renames(), rename(), test_move_file(), and test_MoveFileA().
| BOOL WINAPI MoveFileWithProgressA | ( | IN LPCSTR | lpExistingFileName, |
| IN LPCSTR lpNewFileName | OPTIONAL, | ||
| IN LPPROGRESS_ROUTINE lpProgressRoutine | OPTIONAL, | ||
| IN LPVOID lpData | OPTIONAL, | ||
| IN DWORD | dwFlags | ||
| ) |
Definition at line 118 of file moveansi.c.
Referenced by MoveFileA(), and MoveFileExA().
| BOOL WINAPI ReplaceFileA | ( | IN LPCSTR | lpReplacedFileName, |
| IN LPCSTR | lpReplacementFileName, | ||
| IN LPCSTR lpBackupFileName | OPTIONAL, | ||
| IN DWORD | dwReplaceFlags, | ||
| IN LPVOID | lpExclude, | ||
| IN LPVOID | lpReserved | ||
| ) |
Definition at line 55 of file moveansi.c.
Referenced by test_ReplaceFileA().