Made notifications work again, activation doesn't work yet due to missing ToastActivatorCLSID on the shortcut.

This commit is contained in:
Robin 2020-03-16 14:20:14 +01:00
commit f206046010
11 changed files with 392 additions and 269 deletions

View file

@ -24,7 +24,9 @@ using log4net;
namespace GreenshotWin10Plugin.Native
{
// The GUID CLSID must be unique to your app. Create a new GUID if copying this code.
/// <summary>
/// This implements the NotificationActivator
/// </summary>
[ClassInterface(ClassInterfaceType.None)]
[ComSourceInterfaces(typeof(INotificationActivationCallback))]
[Guid("F48E86D3-E34C-4DB7-8F8F-9A0EA55F0D08"), ComVisible(true)]