ReactOS
0.4.15-dev-4870-g846c9aa
|
Go to the source code of this file.
Classes | |
struct | _COPY_PROGRESS_CONTEXT |
Macros | |
#define | NDEBUG |
#define | STRING_LENGTH 0x400 |
Typedefs | |
typedef struct _COPY_PROGRESS_CONTEXT | COPY_PROGRESS_CONTEXT |
typedef struct _COPY_PROGRESS_CONTEXT * | PCOPY_PROGRESS_CONTEXT |
#define STRING_LENGTH 0x400 |
DWORD WINAPI BasepGetComputerNameFromNtPath | ( | IN PUNICODE_STRING | NewPath, |
IN HANDLE | NewHandle, | ||
OUT PWSTR | ComputerName, | ||
IN OUT PULONG | ComputerNameLength | ||
) |
Definition at line 185 of file move.c.
Referenced by BasepNotifyTrackingService().
DWORD WINAPI BasepMoveFileCopyProgress | ( | IN LARGE_INTEGER | TotalFileSize, |
IN LARGE_INTEGER | TotalBytesTransferred, | ||
IN LARGE_INTEGER | StreamSize, | ||
IN LARGE_INTEGER | StreamBytesTransferred, | ||
IN DWORD | dwStreamNumber, | ||
IN DWORD | dwCallbackReason, | ||
IN HANDLE | hSourceFile, | ||
IN HANDLE | hDestinationFile, | ||
IN LPVOID lpData | OPTIONAL | ||
) |
Definition at line 621 of file move.c.
Referenced by MoveFileWithProgressW().
NTSTATUS WINAPI BasepMoveFileDelayed | ( | IN PUNICODE_STRING | ExistingPath, |
IN PUNICODE_STRING | NewPath, | ||
IN INT | KeyId, | ||
IN BOOL | CreateIfNotFound | ||
) |
Definition at line 41 of file move.c.
Referenced by MoveFileWithProgressW().
NTSTATUS WINAPI BasepNotifyTrackingService | ( | IN OUT PHANDLE | ExistingHandle, |
IN POBJECT_ATTRIBUTES | ObjectAttributes, | ||
IN HANDLE | NewHandle, | ||
IN PUNICODE_STRING | NewPath | ||
) |
Definition at line 343 of file move.c.
Referenced by MoveFileWithProgressW(), and PrivMoveFileIdentityW().
NTSTATUS WINAPI BasepOpenFileForMove | ( | IN LPCWSTR | File, |
OUT PUNICODE_STRING | RelativeNtName, | ||
OUT LPWSTR * | NtName, | ||
OUT PHANDLE | FileHandle, | ||
OUT POBJECT_ATTRIBUTES | ObjectAttributes, | ||
IN ACCESS_MASK | DesiredAccess, | ||
IN ULONG | ShareAccess, | ||
IN ULONG | OpenOptions | ||
) |
Definition at line 495 of file move.c.
Referenced by PrivMoveFileIdentityW().
DEBUG_CHANNEL | ( | kernel32file | ) |
Definition at line 1077 of file move.c.
Referenced by DosInt21h(), mmioDosIOProc(), test_continuouscabs(), test_delete(), test_filenames(), test_FindFirstChangeNotification(), test_MoveFileA(), and VerInstallFileA().
BOOL WINAPI MoveFileExA | ( | IN LPCSTR | lpExistingFileName, |
IN LPCSTR lpNewFileName | OPTIONAL, | ||
IN DWORD | dwFlags | ||
) |
Definition at line 1093 of file move.c.
Referenced by cleanup_eventlog(), process_pending_renames(), and rename().
BOOL WINAPI MoveFileExW | ( | IN LPCWSTR | lpExistingFileName, |
IN LPCWSTR lpNewFileName | OPTIONAL, | ||
IN DWORD | dwFlags | ||
) |
Definition at line 1060 of file move.c.
Referenced by _wrename(), BackgroundCopyJob_Complete(), DelayedMove(), do_file_copyW(), extract_cabinet_file(), msi_move_file(), pendingRename(), and SaveDefaultUserHive().
Definition at line 1044 of file move.c.
Referenced by BrsFolder_Treeview_Rename(), BtrfsRecv::cmd_rename(), CFileDefExt::GeneralPageProc(), RecycleBin5_RecycleBin5_DeleteFile(), CFSFolder::SetNameOf(), SetupCommitFileQueueW(), SHNotifyMoveFileW(), test_MoveFileW(), test_readdirectorychanges_cr(), and wmain().
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 1003 of file move.c.
Referenced by MoveFileA(), and MoveFileExA().
BOOL WINAPI MoveFileWithProgressW | ( | IN LPCWSTR | lpExistingFileName, |
IN LPCWSTR | lpNewFileName, | ||
IN LPPROGRESS_ROUTINE | lpProgressRoutine, | ||
IN LPVOID | lpData, | ||
IN DWORD | dwFlags | ||
) |
Definition at line 667 of file move.c.
Referenced by MoveFileExW(), MoveFileW(), MoveFileWithProgressA(), and SHNotifyMoveFileW().
BOOL WINAPI PrivMoveFileIdentityW | ( | IN LPCWSTR | lpSource, |
IN LPCWSTR | lpDestination, | ||
IN DWORD | dwFlags | ||
) |
Definition at line 1321 of file move.c.
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 1109 of file move.c.
BOOL WINAPI ReplaceFileW | ( | LPCWSTR | lpReplacedFileName, |
LPCWSTR | lpReplacementFileName, | ||
LPCWSTR | lpBackupFileName, | ||
DWORD | dwReplaceFlags, | ||
LPVOID | lpExclude, | ||
LPVOID | lpReserved | ||
) |
Definition at line 1167 of file move.c.
Referenced by ReplaceFileA().