taskschd.idl: Added IDailyTrigger declaration.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f384ba52cd
commit
e8ad3c9794
|
@ -392,6 +392,21 @@ interface ITrigger : IDispatch
|
|||
[propput] HRESULT Enabled([in] VARIANT_BOOL enabled);
|
||||
}
|
||||
|
||||
[
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue