Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "CeHandleAppNotifications" in [All]

coredll

.
Summary
This function marks as "handled" all notifications previously registered by the given application that have occurred. CeHandleAppNotifications turns off the sound and LED and stops vibration (if they were on), and removes the taskbar annunciator.
.

[DllImport("coredll.dll", EntryPoint="CeHandleAppNotifications", SetLastError=true)]  

.

private static extern bool CeHandleAppNotifications(string appName);

.

Declare Function CeHandleAppNotifications Lib "coredll.dll" (TODO) As TODO

.
Documentation
[CeHandleAppNotifications] on MSDN

 
Access PInvoke.net directly from VS: