SHQueryUserNotificationState

[DllImport("shell32.dll")]
public static extern int SHQueryUserNotificationState(
   out QUERY_USER_NOTIFICATION_STATE pquns
);

Microsoft documentation: Linkarrow-up-right

Last updated