[DllImport("coredll.dll", SetLastError = true)] public static extern bool CeGetUserNotificationPreferences( IntPtr hNotification, uint cPrefs, [Out] CE_NOTIFICATION_TRIGGER[] pTrigger );
Last updated 1 year ago