taskschd: Add implemention for ILogonTrigger.
I have ported an application called "Fenbi Live Course", which is an teaching-oriented application. But when installed on wine, it crashed. I found that the application use the com class ILogononTrigger which is not implemented by wine. It is used like this: hr = pTriggerCollection->Create( TASK_TRIGGER_LOGON, &pTrigger ); I just complete the code it needs. I can't put the installer program in the attachment because the file is too big. I put the download url here if you need it. .