include: Add IRegistrationTrigger definition.
This commit is contained in:
parent
f5ba517323
commit
c34159db39
1 changed files with 12 additions and 0 deletions
|
@ -407,6 +407,18 @@ interface IDailyTrigger : ITrigger
|
|||
[propput] HRESULT RandomDelay([in] BSTR randomDelay);
|
||||
}
|
||||
|
||||
[
|
||||
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue