Commit e8ad3c97 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

taskschd.idl: Added IDailyTrigger declaration.

parent f384ba52
......@@ -393,6 +393,21 @@ interface ITrigger : IDispatch
}
[
odl,
uuid(126c5cd8-b288-41d5-8dbf-e491446adc5c),
oleautomation,
dual,
nonextensible
]
interface IDailyTrigger : ITrigger
{
[propget] HRESULT DaysInterval([out, retval] short *pDays);
[propput] HRESULT DaysInterval([in] short days);
[propget] HRESULT RandomDelay([out, retval] BSTR *pRandomDelay);
[propput] HRESULT RandomDelay([in] BSTR randomDelay);
}
[
object,
oleautomation,
uuid(85df5081-1b24-4f32-878a-d9d14df4cb77)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment