branch update for HEAD-2003021201
[reactos.git] / include / unicode.h
index a5aae71..4109814 100644 (file)
@@ -649,6 +649,17 @@ CopyFileW(
 
 WINBOOL
 STDCALL
+CopyFileExW(
+    LPCWSTR lpExistingFileName,
+    LPCWSTR lpNewFileName,
+    LPPROGRESS_ROUTINE lpProgressRoutine,
+    LPVOID lpData,
+    LPBOOL pbCancel,
+    DWORD dwCopyFlags
+    );
+
+WINBOOL
+STDCALL
 MoveFileW(
     LPCWSTR lpExistingFileName,
     LPCWSTR lpNewFileName
@@ -662,6 +673,16 @@ MoveFileExW(
     DWORD dwFlags
     );
 
+WINBOOL
+STDCALL
+MoveFileWithProgressW(
+    LPCWSTR lpExistingFileName,
+    LPCWSTR lpNewFileName,
+    LPPROGRESS_ROUTINE lpProgressRoutine,
+    LPVOID lpData,
+    DWORD dwFlags
+    );
+
 HANDLE
 STDCALL
 CreateNamedPipeW(
@@ -2139,7 +2160,7 @@ FindNextFileW(
 WINBOOL
 STDCALL
 GetVersionExW(
-    LPOSVERSIONINFO lpVersionInformation
+    LPOSVERSIONINFOW lpVersionInformation
     );
 
 #define CreateWindowW(lpClassName, lpWindowName, dwStyle, x, y,\
@@ -2259,7 +2280,7 @@ InitiateSystemShutdownW(
 WINBOOL
 STDCALL
 AbortSystemShutdownW(
-    LPWSTR lpMachineName
+    LPCWSTR lpMachineName
     );
 
 LONG