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
1bc0cdde
Commit
1bc0cdde
authored
Aug 19, 2008
by
Roy Shea
Committed by
Alexandre Julliard
Aug 20, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added defines used by TASK_TRIGGER members.
parent
5331fa49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
mstask.idl
include/mstask.idl
+31
-0
No files found.
include/mstask.idl
View file @
1bc0cdde
...
...
@@ -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
,
...
...
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