Robert Shearman : wininet: Document InternetCrackUrlW.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 21 13:21:14 CST 2006


Module: wine
Branch: refs/heads/master
Commit: dc03c0e3f364a8c4c6f907d357cc56384c9bce6c
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=dc03c0e3f364a8c4c6f907d357cc56384c9bce6c

Author: Robert Shearman <rob at codeweavers.com>
Date:   Tue Mar 21 13:45:03 2006 +0000

wininet: Document InternetCrackUrlW.

---

 dlls/wininet/internet.c |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c
index cde3d52..0402d82 100644
--- a/dlls/wininet/internet.c
+++ b/dlls/wininet/internet.c
@@ -1124,14 +1124,7 @@ static void ConvertUrlComponentValue(LPS
 /***********************************************************************
  *           InternetCrackUrlA (WININET.@)
  *
- * Break up URL into its components
- *
- * TODO: Handle dwFlags
- *
- * RETURNS
- *    TRUE on success
- *    FALSE on failure
- *
+ * See InternetCrackUrlW.
  */
 BOOL WINAPI InternetCrackUrlA(LPCSTR lpszUrl, DWORD dwUrlLength, DWORD dwFlags,
     LPURL_COMPONENTSA lpUrlComponents)
@@ -1285,6 +1278,12 @@ static BOOL SetUrlComponentValueW(LPWSTR
 
 /***********************************************************************
  *           InternetCrackUrlW   (WININET.@)
+ *
+ * Break up URL into its components
+ *
+ * RETURNS
+ *    TRUE on success
+ *    FALSE on failure
  */
 BOOL WINAPI InternetCrackUrlW(LPCWSTR lpszUrl_orig, DWORD dwUrlLength_orig, DWORD dwFlags,
                               LPURL_COMPONENTSW lpUC)




More information about the wine-cvs mailing list