#include "reactos.h"
#include <debug.h>
Go to the source code of this file.
|
BOOL WINAPI | SpFileQueueCopy_NtToWin32 (IN HSPFILEQ QueueHandle, IN PCWSTR SourceRootPath, IN PCWSTR SourcePath OPTIONAL, IN PCWSTR SourceFileName, IN PCWSTR SourceDescription OPTIONAL, IN PCWSTR SourceCabinet OPTIONAL, IN PCWSTR SourceTagFile OPTIONAL, IN PCWSTR TargetDirectory, IN PCWSTR TargetFileName OPTIONAL, IN ULONG CopyStyle) |
|
BOOL WINAPI | SpFileQueueDelete_NtToWin32 (IN HSPFILEQ QueueHandle, IN PCWSTR PathPart1, IN PCWSTR PathPart2 OPTIONAL) |
|
BOOL WINAPI | SpFileQueueRename_NtToWin32 (IN HSPFILEQ QueueHandle, IN PCWSTR SourcePath, IN PCWSTR SourceFileName OPTIONAL, IN PCWSTR TargetPath OPTIONAL, IN PCWSTR TargetFileName) |
|
◆ NDEBUG
◆ SpFileQueueCopy_NtToWin32()
Definition at line 21 of file fileqsup.c.
32{
35
36
37
38
39
40
42 Win32SourceRootPath,
44 SourceRootPath))
45 {
47 }
48
49
51 Win32TargetDirectory,
53 TargetDirectory))
54 {
56 }
57
58
59
60
61
62
63
65 Win32SourceRootPath,
66 SourcePath,
67 SourceFileName,
68
70
71 SourceCabinet,
72 Win32TargetDirectory,
73 TargetFileName,
74
76 );
77}
BOOL ConvertNtPathToWin32Path(IN OUT PNT_WIN32_PATH_MAPPING_LIST MappingList, OUT PWSTR pwszPath, IN DWORD cchPathMax, IN PCWSTR pwszNTPath)
BOOL WINAPI SetupQueueCopyW(HSPFILEQ queue, PCWSTR src_root, PCWSTR src_path, PCWSTR src_file, PCWSTR src_descr, PCWSTR src_tag, PCWSTR dst_dir, PCWSTR dst_file, DWORD style)
#define SP_COPY_NOOVERWRITE
NT_WIN32_PATH_MAPPING_LIST MappingList
◆ SpFileQueueDelete_NtToWin32()
Definition at line 81 of file fileqsup.c.
85{
87
88
89
90
91
92
94 Win32PathPart1,
96 PathPart1))
97 {
99 }
100
101
103}
BOOL WINAPI SetupQueueDeleteW(IN HSPFILEQ QueueHandle, IN PCWSTR PathPart1, IN PCWSTR PathPart2 OPTIONAL)
◆ SpFileQueueRename_NtToWin32()
Definition at line 107 of file fileqsup.c.
113{
116
117
118
119
120
121
123 Win32SourcePath,
125 SourcePath))
126 {
128 }
129
130
131 if (TargetPath)
132 {
134 Win32TargetPath,
136 TargetPath))
137 {
139 }
140 }
141
142
144 Win32SourcePath,
145 SourceFileName,
146 TargetPath ? Win32TargetPath :
NULL,
147 TargetFileName);
148}
BOOL WINAPI SetupQueueRenameW(IN HSPFILEQ QueueHandle, IN PCWSTR SourcePath, IN PCWSTR SourceFileName OPTIONAL, IN PCWSTR TargetPath OPTIONAL, IN PCWSTR TargetFileName)
◆ SpFileQueueClose
◆ SpFileQueueCommit
◆ SpFileQueueCopy
◆ SpFileQueueDelete
◆ SpFileQueueOpen
◆ SpFileQueueRename