CeGetUserNotificationPreferences

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

Last updated