Desktop Functions: Smart Device Functions:
|
Search Results for "CeGetUserNotification" in [All]coredll
[DllImport("coredll.dll", EntryPoint="CeGetUserNotificationPreferences", SetLastError=true)]
private static extern bool CeGetUserNotificationPreferences(IntPtr hWndParent, byte[] lpNotification);
Declare Function CeGetUserNotificationPreferences Lib "coredll.dll" (TODO) As TODO
[DllImport("coredll.dll", EntryPoint="CeGetUserNotificationHandles", SetLastError=true)]
private static extern bool CeGetUserNotificationHandles(IntPtr[] rghNotifications, uint cHandles, ref uint pcHandlesNeeded);
Declare Function CeGetUserNotificationHandles Lib "coredll" (ByVal rghNotifications As IntPtr(), ByVal chandles As UInt32, ByRef pcHandlesNeeded As UInt32) As Boolean |