I want to check in C whether windows toast notifications are turned on or off? if they are turned off I want to show alert Window.
Tried searching Microsoft documentation for same but could not find any.
CodePudding user response:
I don't know if there is a specific one for toasts but SHQueryUserNotificationState
is the generic way to query.