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
e553c569
Commit
e553c569
authored
Mar 19, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
activscp.idl: Added IActiveScriptProperty declaration.
parent
2087ad46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
activscp.idl
include/activscp.idl
+31
-0
No files found.
include/activscp.idl
View file @
e553c569
...
...
@@ -29,6 +29,19 @@ cpp_quote("DEFINE_GUID(CATID_ActiveScriptParse, 0xf0b7a1a2,0x9847,0x11cf,0x8f,0
cpp_quote
(
"DEFINE_GUID(CATID_ActiveScriptEncode, 0xf0b7a1a3,0x9847,0x11cf,0x8f,0x20,0x00,0x80,0x5f,0x2c,0xd0,0x64);"
)
cpp_quote
(
"#endif"
)
cpp_quote
(
"#define SCRIPTPROP_NAME 0x00000000"
)
cpp_quote
(
"#define SCRIPTPROP_MAJORVERSION 0x00000001"
)
cpp_quote
(
"#define SCRIPTPROP_MINORVERSION 0x00000002"
)
cpp_quote
(
"#define SCRIPTPROP_BUILDNUMBER 0x00000003"
)
cpp_quote
(
"#define SCRIPTPROP_DELAYEDEVENTSINKING 0x00001000"
)
cpp_quote
(
"#define SCRIPTPROP_CATCHEXCEPTION 0x00001001"
)
cpp_quote
(
"#define SCRIPTPROP_CONVERSIONLCID 0x00001002"
)
cpp_quote
(
"#define SCRIPTPROP_HOSTSTACKREQUIRED 0x00001003"
)
cpp_quote
(
"#define SCRIPTPROP_DEBUGGER 0x00001100"
)
cpp_quote
(
"#define SCRIPTPROP_JITDEBUG 0x00001101"
)
cpp_quote
(
"#define SCRIPTPROP_HACK_FIBERSUPPORT 0x70000000"
)
cpp_quote
(
"#define SCRIPTPROP_HACK_TRIDENTEVENTSINK 0x70000001"
)
typedef
enum
tagSCRIPTSTATE
{
SCRIPTSTATE_UNINITIALIZED
=
0
,
...
...
@@ -363,3 +376,21 @@ interface IActiveScriptStats : IUnknown
HRESULT
ResetStats
(
void
)
;
}
[
object
,
uuid
(
4954
e0d0
-
fbc7
-
11
d1
-
8410
-
006008
c3fbfc
),
pointer_default
(
unique
)
]
interface
IActiveScriptProperty
:
IUnknown
{
HRESULT
GetProperty
(
[
in
]
DWORD
dwProperty
,
[
in
]
VARIANT
*
pvarIndex
,
[
out
]
VARIANT
*
pvarValue
)
;
HRESULT
SetProperty
(
[
in
]
DWORD
dwProperty
,
[
in
]
VARIANT
*
pvarIndex
,
[
in
]
VARIANT
*
pvarValue
)
;
}
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