Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
dc03c0e3
Commit
dc03c0e3
authored
Mar 21, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Mar 21, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet: Document InternetCrackUrlW.
parent
80e4fb59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
internet.c
dlls/wininet/internet.c
+7
-8
No files found.
dlls/wininet/internet.c
View file @
dc03c0e3
...
...
@@ -1124,14 +1124,7 @@ static void ConvertUrlComponentValue(LPSTR* lppszComponent, LPDWORD dwComponentL
/***********************************************************************
* 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* lppszComponent, LPDWORD dwComponentLen
/***********************************************************************
* 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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment