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
4eb76945
Commit
4eb76945
authored
Dec 13, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Added IMoniker::BindToStorage proxy/stub implementation.
parent
62029ff5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
usrmarshal.c
dlls/ole32/usrmarshal.c
+4
-4
No files found.
dlls/ole32/usrmarshal.c
View file @
4eb76945
...
@@ -2357,8 +2357,8 @@ HRESULT CALLBACK IMoniker_BindToStorage_Proxy(
...
@@ -2357,8 +2357,8 @@ HRESULT CALLBACK IMoniker_BindToStorage_Proxy(
REFIID
riid
,
REFIID
riid
,
void
**
ppvObj
)
void
**
ppvObj
)
{
{
FIXME
(
":stub
\n
"
);
TRACE
(
"(%p)->(%p %p %s %p)
\n
"
,
This
,
pbc
,
pmkToLeft
,
debugstr_guid
(
riid
),
ppvObj
);
return
E_NOTIMPL
;
return
IMoniker_RemoteBindToStorage_Proxy
(
This
,
pbc
,
pmkToLeft
,
riid
,
(
IUnknown
**
)
ppvObj
)
;
}
}
HRESULT
__RPC_STUB
IMoniker_BindToStorage_Stub
(
HRESULT
__RPC_STUB
IMoniker_BindToStorage_Stub
(
...
@@ -2368,8 +2368,8 @@ HRESULT __RPC_STUB IMoniker_BindToStorage_Stub(
...
@@ -2368,8 +2368,8 @@ HRESULT __RPC_STUB IMoniker_BindToStorage_Stub(
REFIID
riid
,
REFIID
riid
,
IUnknown
**
ppvObj
)
IUnknown
**
ppvObj
)
{
{
FIXME
(
":stub
\n
"
);
TRACE
(
"(%p)->(%p %p %s %p)
\n
"
,
This
,
pbc
,
pmkToLeft
,
debugstr_guid
(
riid
),
ppvObj
);
return
E_NOTIMPL
;
return
IMoniker_BindToStorage
(
This
,
pbc
,
pmkToLeft
,
riid
,
(
void
**
)
ppvObj
)
;
}
}
HRESULT
CALLBACK
IEnumString_Next_Proxy
(
HRESULT
CALLBACK
IEnumString_Next_Proxy
(
...
...
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