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
8054f6c5
Commit
8054f6c5
authored
May 06, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
May 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update win32.api to match the current sources.
Declare CoGetClassObjectFromURL() in urlmon.h.
parent
6e028f41
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
urlmon_main.c
dlls/urlmon/urlmon_main.c
+1
-1
urlmon.idl
include/urlmon.idl
+1
-0
win32.api
tools/winapi/win32.api
+1
-1
No files found.
dlls/urlmon/urlmon_main.c
View file @
8054f6c5
...
...
@@ -348,7 +348,7 @@ HRESULT WINAPI FaultInIEFeature( HWND hwnd, uCLSSPEC * pClassSpec,
HRESULT
WINAPI
CoGetClassObjectFromURL
(
REFCLSID
rclsid
,
LPCWSTR
szCodeURL
,
DWORD
dwFileVersionMS
,
DWORD
dwFileVersionLS
,
LPCWSTR
szContentType
,
LPBINDCTX
pBindCtx
,
DWORD
dwClsContext
,
LPVOID
pvReserved
,
REFIID
riid
,
VOID
*
*
ppv
)
REFIID
riid
,
LPVOID
*
ppv
)
{
FIXME
(
"(%s %s %ld %ld %s %p %ld %p %s %p) Stub!
\n
"
,
debugstr_guid
(
rclsid
),
debugstr_w
(
szCodeURL
),
dwFileVersionMS
,
dwFileVersionLS
,
debugstr_w
(
szContentType
),
pBindCtx
,
dwClsContext
,
pvReserved
,
...
...
include/urlmon.idl
View file @
8054f6c5
...
...
@@ -1044,6 +1044,7 @@ 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
(
"HRESULT WINAPI CoGetClassObjectFromURL(REFCLSID, LPCWSTR, DWORD, DWORD, LPCWSTR, LPBINDCTX, DWORD, LPVOID, REFIID, LPVOID*);"
)
cpp_quote
(
"HRESULT WINAPI CreateURLMoniker(IMoniker *pmkContext, LPCWSTR szURL, IMoniker **ppmk);"
)
cpp_quote
(
"HRESULT WINAPI RegisterBindStatusCallback(IBindCtx *pbc, IBindStatusCallback *pbsc, IBindStatusCallback **ppbsc, DWORD dwReserved);"
)
cpp_quote
(
"HRESULT WINAPI CompareSecurityIds(BYTE*,DWORD,BYTE*,DWORD,DWORD);"
)
...
...
tools/winapi/win32.api
View file @
8054f6c5
...
...
@@ -209,7 +209,6 @@ LPVOID *
REFCLSID
REFIID
struct _ATL_REGMAP_ENTRY *
void *
%str
...
...
@@ -4004,6 +4003,7 @@ IMoniker **
IServiceProvider *
IUnknown *
LPBC
LPBINDCTX
LPBINDSTATUSCALLBACK
LPWSTR *
LPUNKNOWN
...
...
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