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
bf546ac8
Commit
bf546ac8
authored
Dec 24, 2013
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Dec 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add Task Scheduler typelib definition.
parent
0a51a820
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
taskschd.idl
include/taskschd.idl
+20
-1
No files found.
include/taskschd.idl
View file @
bf546ac8
...
...
@@ -21,7 +21,13 @@
import
"oaidl.idl"
;
import
"ocidl.idl"
;
cpp_quote
(
"DEFINE_GUID(CLSID_TaskScheduler, 0xf87369f,0xa4e5,0x4cfc,0xbd,0x3e,0x73,0xe6,0x15,0x45,0x72,0xdd);"
)
[
uuid
(
e34cb9f1
-
c7f7
-
424
c
-
be29
-
027
dcc09363a
),
version
(
1.0
)
]
library
TaskScheduler
{
importlib
(
"stdole2.tlb"
)
;
typedef
enum
_TASK_STATE
{
...
...
@@ -506,3 +512,16 @@ interface IPrincipal : IDispatch
[
propget
]
HRESULT
RunLevel
(
[
out
,
retval
]
TASK_RUNLEVEL
*
level
)
;
[
propput
]
HRESULT
RunLevel
(
[
in
]
TASK_RUNLEVEL
level
)
;
}
[
threading
(
both
),
progid
(
"Schedule.Service.1"
),
vi_progid
(
"Schedule.Service"
),
uuid
(
0
f87369f
-
a4e5
-
4
cfc
-
bd3e
-
73
e6154572dd
)
]
coclass
TaskScheduler
{
interface
ITaskService
;
}
}
/*
library
TaskScheduler
*/
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