Commit c34159db authored by Vijay Kiran Kamuju's avatar Vijay Kiran Kamuju Committed by Alexandre Julliard

include: Add IRegistrationTrigger definition.

parent f5ba5173
......@@ -408,6 +408,18 @@ interface IDailyTrigger : ITrigger
}
[
uuid(4c8fec3a-c218-4e0c-b23d-629024db91a2),
oleautomation,
dual,
nonextensible
]
interface IRegistrationTrigger : ITrigger
{
[propget] HRESULT Delay([out, retval] BSTR *pDelay);
[propput] HRESULT Delay([in] BSTR delay);
}
[
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