[PSDK] Add missing SCRIPT_E_* definitions.

svn path=/trunk/; revision=70139
This commit is contained in:
Amine Khaldi 2015-11-26 23:36:41 +00:00
parent abaeaf245e
commit 34b8a6f42b

View file

@ -118,6 +118,10 @@ cpp_quote("#define SCRIPTSTAT_INSTRUCTION_COUNT 2")
cpp_quote("#define SCRIPTSTAT_INTSTRUCTION_TIME 3") cpp_quote("#define SCRIPTSTAT_INTSTRUCTION_TIME 3")
cpp_quote("#define SCRIPTSTAT_TOTAL_TIME 4") cpp_quote("#define SCRIPTSTAT_TOTAL_TIME 4")
cpp_quote("#define SCRIPT_E_RECORDED 0x86664004")
cpp_quote("#define SCRIPT_E_REPORTED 0x80020101")
cpp_quote("#define SCRIPT_E_PROPAGATE 0x80020102")
[ [
object, object,
uuid(EAE1BA61-A4ED-11cf-8F20-00805F2CD064), uuid(EAE1BA61-A4ED-11cf-8F20-00805F2CD064),