CeHandleAppNotifications

[DllImport("coredll.dll", SetLastError = true)]
public static extern bool CeHandleAppNotifications(
   IntPtr pAppNotification,
   IntPtr hNotifications
);

Last updated