include: Added defines used by TASK_TRIGGER members.
This commit is contained in:
parent
5331fa49d9
commit
1bc0cdded1
|
@ -22,6 +22,37 @@
|
|||
import "oaidl.idl";
|
||||
import "oleidl.idl";
|
||||
|
||||
cpp_quote("#define TASK_SUNDAY 0x1")
|
||||
cpp_quote("#define TASK_MONDAY 0x2")
|
||||
cpp_quote("#define TASK_TUESDAY 0x4")
|
||||
cpp_quote("#define TASK_WEDNESDAY 0x8")
|
||||
cpp_quote("#define TASK_THURSDAY 0x10")
|
||||
cpp_quote("#define TASK_FRIDAY 0x20")
|
||||
cpp_quote("#define TASK_SATURDAY 0x40")
|
||||
|
||||
cpp_quote("#define TASK_FIRST_WEEK 1")
|
||||
cpp_quote("#define TASK_SECOND_WEEK 2")
|
||||
cpp_quote("#define TASK_THIRD_WEEK 3")
|
||||
cpp_quote("#define TASK_FOURTH_WEEK 4")
|
||||
cpp_quote("#define TASK_LAST_WEEK 5")
|
||||
|
||||
cpp_quote("#define TASK_JANUARY 0x1")
|
||||
cpp_quote("#define TASK_FEBRUARY 0x2")
|
||||
cpp_quote("#define TASK_MARCH 0x4")
|
||||
cpp_quote("#define TASK_APRIL 0x8")
|
||||
cpp_quote("#define TASK_MAY 0x10")
|
||||
cpp_quote("#define TASK_JUNE 0x20")
|
||||
cpp_quote("#define TASK_JULY 0x40")
|
||||
cpp_quote("#define TASK_AUGUST 0x80")
|
||||
cpp_quote("#define TASK_SEPTEMBER 0x100")
|
||||
cpp_quote("#define TASK_OCTOBER 0x200")
|
||||
cpp_quote("#define TASK_NOVEMBER 0x400")
|
||||
cpp_quote("#define TASK_DECEMBER 0x800")
|
||||
|
||||
cpp_quote("#define TASK_TRIGGER_FLAG_HAS_END_DATE 0x1")
|
||||
cpp_quote("#define TASK_TRIGGER_FLAG_KILL_AT_DURATION_END 0x2")
|
||||
cpp_quote("#define TASK_TRIGGER_FLAG_DISABLED 0x4")
|
||||
|
||||
[
|
||||
local,
|
||||
object,
|
||||
|
|
Loading…
Reference in New Issue