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
f7830e9f
Commit
f7830e9f
authored
Feb 25, 2010
by
Huw Davies
Committed by
Alexandre Julliard
Feb 25, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IProvideRuntimeContext and a few annotations.
parent
b2c8f351
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
7 deletions
+19
-7
dispex.idl
include/dispex.idl
+19
-7
No files found.
include/dispex.idl
View file @
f7830e9f
...
...
@@ -81,13 +81,13 @@ interface IDispatchEx : IDispatch
[
local
]
HRESULT
InvokeEx
(
[
in
]
DISPID
id
,
[
in
]
LCID
lcid
,
[
in
]
WORD
wFlags
,
[
in
]
DISPPARAMS
*
pdp
,
[
out
]
VARIANT
*
pvarRes
,
[
out
]
EXCEPINFO
*
pei
,
[
in
,
unique
]
IServiceProvider
*
pspCaller
)
;
[
in
,
annotation
(
"__in"
)
]
DISPID
id
,
[
in
,
annotation
(
"__in"
)
]
LCID
lcid
,
[
in
,
annotation
(
"__in"
)
]
WORD
wFlags
,
[
in
,
annotation
(
"__in"
)
]
DISPPARAMS
*
pdp
,
[
out
,
annotation
(
"__out_opt"
)
]
VARIANT
*
pvarRes
,
[
out
,
annotation
(
"__out_opt"
)
]
EXCEPINFO
*
pei
,
[
in
,
unique
,
annotation
(
"__in_opt"
)
]
IServiceProvider
*
pspCaller
)
;
[
call_as
(
InvokeEx
)
]
HRESULT
RemoteInvokeEx
(
...
...
@@ -191,3 +191,15 @@ interface ICanHandleException : IUnknown
[
in
]
EXCEPINFO
*
pExcepInfo
,
[
in
]
VARIANT
*
pvar
)
;
}
[
object
,
uuid
(
10
e2414a
-
ec59
-
49
d2
-
bc51
-
5
add2c36febc
),
pointer_default
(
unique
)
]
interface
IProvideRuntimeContext
:
IUnknown
{
HRESULT
GetCurrentSourceContext
(
[
out
]
DWORD_PTR
*
pdwContext
,
[
out
]
VARIANT_BOOL
*
pfExecutingGlobalCode
)
;
}
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