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
1a74194f
Commit
1a74194f
authored
Jun 27, 2011
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 07, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Implement ICreateTypeInfo2 SetHelpStringContext.
parent
d911374b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
typelib2.c
dlls/oleaut32/typelib2.c
+8
-3
No files found.
dlls/oleaut32/typelib2.c
View file @
1a74194f
...
...
@@ -3070,10 +3070,15 @@ static HRESULT WINAPI ICreateTypeInfo2_fnSetImplTypeCustData(
*/
static
HRESULT
WINAPI
ICreateTypeInfo2_fnSetHelpStringContext
(
ICreateTypeInfo2
*
iface
,
/* [I] The typeinfo on which to set the help string context. */
ULONG
dwHelpStringC
ontext
)
/* [I] The help string context. */
ULONG
helpc
ontext
)
/* [I] The help string context. */
{
FIXME
(
"(%p,%d), stub!
\n
"
,
iface
,
dwHelpStringContext
);
return
E_OUTOFMEMORY
;
ICreateTypeInfo2Impl
*
This
=
impl_from_ICreateTypeInfo2
(
iface
);
TRACE
(
"(%p, %d)
\n
"
,
iface
,
helpcontext
);
This
->
typelib
->
typelib_header
.
helpcontext
=
helpcontext
;
return
S_OK
;
}
/******************************************************************************
...
...
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