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
3ad33050
Commit
3ad33050
authored
Sep 26, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 26, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
activscp.idl: Added IActiveScriptSiteUIControl declaration.
parent
1fc2896c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
activscp.idl
include/activscp.idl
+23
-0
No files found.
include/activscp.idl
View file @
3ad33050
...
...
@@ -60,6 +60,17 @@ typedef enum tagSCRIPTTHREADSTATE {
SCRIPTTHREADSTATE_RUNNING
=
1
}
SCRIPTTHREADSTATE
;
typedef
enum
tagSCRIPTUICITEM
{
SCRIPTUICITEM_INPUTBOX
=
1
,
SCRIPTUICITEM_MSGBOX
=
2
}
SCRIPTUICITEM
;
typedef
enum
tagSCRIPTUICHANDLING
{
SCRIPTUICHANDLING_ALLOW
=
0
,
SCRIPTUICHANDLING_NOUIERROR
=
1
,
SCRIPTUICHANDLING_NOUIDEFAULT
=
2
}
SCRIPTUICHANDLING
;
typedef
DWORD
SCRIPTTHREADID
;
cpp_quote
(
"#define SCRIPTTHREADID_CURRENT ((SCRIPTTHREADID)-1)"
)
cpp_quote
(
"#define SCRIPTTHREADID_BASE ((SCRIPTTHREADID)-2)"
)
...
...
@@ -187,6 +198,18 @@ interface IActiveScriptSiteWindow : IUnknown
}
[
object
,
uuid
(
aedae97e
-
d7ee
-
4796
-
b960
-
7
f092ae844ab
),
pointer_default
(
unique
)
]
interface
IActiveScriptSiteUIControl
:
IUnknown
{
HRESULT
GetUIBehavior
(
[
in
]
SCRIPTUICITEM
UicItem
,
[
out
]
SCRIPTUICHANDLING
*
pUicHandling
)
;
}
[
object
,
uuid
(
539698
A0
-
CDCA
-
11
CF
-
A5EB
-
00
AA0047A063
),
pointer_default
(
unique
)
...
...
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