[DllImport("coredll.dll", EntryPoint="CeHandleAppNotifications", SetLastError=true)]
private static extern bool CeHandleAppNotifications(string appName);
Declare Function CeHandleAppNotifications Lib "coredll.dll" (TODO) As TODO