NotificationCenter::COMServerOptions

Options for creating COM server.

Typetable
PlatformsWindows

Properties

boolean writeregistry (optional)

Whether to register COM server in registry automatically when any event of NotificationCenter is subscribed. Default is true.

string arguments (optional)

The arguments to pass to the executable when system starts the app after a notification is activated. Default is empty string.

string toastactivatorclsid (optional)

The ToastActivatorCLSID, which can be generated with uuidgen.exe. It must include a pair of curly braces. If not specified, one will be automatically generated from the app's AppUserModelID.