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
1eb5c683
Commit
1eb5c683
authored
Sep 06, 2005
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Update GetSecurityId declaration.
- Add declaration of CoInternetParseUrl and INET_E_DEFAULT_ACTION.
parent
a9476d4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
urlmon.idl
include/urlmon.idl
+3
-1
No files found.
include/urlmon.idl
View file @
1eb5c683
...
...
@@ -835,7 +835,7 @@ cpp_quote("#define MAX_SIZE_SECURITY_ID 512")
[
in
]
LPCWSTR
pwszUrl
,
[
out
,
size_is
(
*
pcbSecurityId
)
]
BYTE
*
pbSecurityId
,
[
in
,
out
]
DWORD
*
pcbSecurityId
,
[
in
]
DWORD
dwReserved
)
;
[
in
]
DWORD
_PTR
dwReserved
)
;
typedef
enum
{
...
...
@@ -1105,6 +1105,7 @@ cpp_quote("#define INET_E_REDIRECT_FAILED 0x800C0014L")
cpp_quote
(
"#define INET_E_REDIRECT_TO_DIR 0x800C0015L"
)
cpp_quote
(
"#define INET_E_CANNOT_LOCK_REQUEST 0x800C0016L"
)
cpp_quote
(
"#define INET_E_ERROR_LAST INET_E_REDIRECT_TO_DIR"
)
cpp_quote
(
"#define INET_E_DEFAULT_ACTION INET_E_USE_DEFAULT_PROTOCOLHANDLER"
)
cpp_quote
(
"HRESULT WINAPI CoGetClassObjectFromURL(REFCLSID, LPCWSTR, DWORD, DWORD, LPCWSTR, LPBINDCTX, DWORD, LPVOID, REFIID, LPVOID*);"
)
cpp_quote
(
"HRESULT WINAPI CreateURLMoniker(IMoniker *pmkContext, LPCWSTR szURL, IMoniker **ppmk);"
)
...
...
@@ -1121,6 +1122,7 @@ cpp_quote("HRESULT WINAPI CoInternetCreateSecurityManager(IServiceProvider*,IInt
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 CoInternetParseUrl(LPCWSTR,PARSEACTION,DWORD,LPWSTR,DWORD,DWORD*,DWORD);"
)
cpp_quote
(
"HRESULT WINAPI CoInternetQueryInfo(LPCWSTR,QUERYOPTION,DWORD,LPVOID,DWORD,DWORD*,DWORD);"
)
cpp_quote
(
"HRESULT WINAPI CreateFormatEnumerator(UINT,FORMATETC*,IEnumFORMATETC**);"
)
cpp_quote
(
"HRESULT WINAPI GetSoftwareUpdateInfo( LPCWSTR szDistUnit, LPSOFTDISTINFO psdi);"
)
...
...
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