Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
4496c5c0
Commit
4496c5c0
authored
Aug 26, 2005
by
Robert Shearman
Committed by
Alexandre Julliard
Aug 26, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- The output size should be *pcbPolicy for ppPolicy, not the input
size. - Remove a stray semi-colon.
parent
35302b48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
urlmon.idl
include/urlmon.idl
+2
-2
No files found.
include/urlmon.idl
View file @
4496c5c0
...
...
@@ -860,7 +860,7 @@ cpp_quote("#define MAX_SIZE_SECURITY_ID 512")
HRESULT
QueryCustomPolicy
(
[
in
]
LPCWSTR
pwszUrl
,
[
in
]
REFGUID
guidKey
,
[
out
,
size_is
(
*
pcbPolicy
)
]
BYTE
**
ppPolicy
,
[
out
,
size_is
(
,
*
pcbPolicy
)
]
BYTE
**
ppPolicy
,
[
out
]
DWORD
*
pcbPolicy
,
[
in
]
BYTE
*
pContext
,
[
in
]
DWORD
cbContext
,
...
...
@@ -1120,7 +1120,7 @@ cpp_quote("HRESULT WINAPI CreateAsyncBindCtxEx(IBindCtx*,DWORD,IBindStatusCallba
cpp_quote
(
"HRESULT WINAPI CoInternetCreateSecurityManager(IServiceProvider*,IInternetSecurityManager**,DWORD);"
)
cpp_quote
(
"HRESULT WINAPI CoInternetCombineUrl(LPCWSTR,LPCWSTR,DWORD,LPWSTR,DWORD,DWORD*,DWORD);"
)
cpp_quote
(
"HRESULT WINAPI CoInternetCompareUrl(LPCWSTR,LPCWSTR,DWORD);"
)
cpp_quote
(
"HRESULT WINAPI CoInternetCreateZoneManager(IServiceProvider*, IInternetZoneManager**, DWORD);"
)
;
cpp_quote
(
"HRESULT WINAPI CoInternetCreateZoneManager(IServiceProvider*, IInternetZoneManager**, DWORD);"
)
cpp_quote
(
"HRESULT WINAPI CoInternetQueryInfo(LPCWSTR,QUERYOPTION,DWORD,LPVOID,DWORD,DWORD*,DWORD);"
)
cpp_quote
(
"HRESULT WINAPI GetSoftwareUpdateInfo( LPCWSTR szDistUnit, LPSOFTDISTINFO psdi);"
)
cpp_quote
(
"HRESULT WINAPI FaultInIEFeature(HWND,uCLSSPEC*,QUERYCONTEXT*,DWORD);"
)
...
...
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