include/activscp.idl: Add some defines.
This commit is contained in:
parent
b475deab3f
commit
af1ef9281b
|
@ -40,8 +40,11 @@ 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")
|
||||
cpp_quote("#define SCRIPTPROP_INVOKEVERSIONING 0x00004000")
|
||||
|
||||
cpp_quote("#define SCRIPTPROP_HACK_FIBERSUPPORT 0x70000000")
|
||||
cpp_quote("#define SCRIPTPROP_HACK_TRIDENTEVENTSINK 0x70000001")
|
||||
cpp_quote("#define SCRIPTPROP_ABBREVIATE_GLOBALNAME_RESOLUTION 0x70000002")
|
||||
|
||||
typedef enum tagSCRIPTSTATE {
|
||||
SCRIPTSTATE_UNINITIALIZED = 0,
|
||||
|
|
Loading…
Reference in New Issue