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 "CeSetUserNotification" in [All]

coredll

.
Summary
.

CeSetUserNotificationEx

.

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

.

private static extern int CeSetUserNotificationEx(int hNotification, byte[] lpTrigger, byte[] lpUserNotification);

.

private static extern IntPtr CeSetUserNotificationEx( IntPtr notification, CE_NOTIFICATION_TRIGGER notificationTrigger, CE_USER_NOTIFICATION userNotification );

.

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

.

  IntPtr notificationHandle = CeSetUserNotificationEx( IntPtr.Zero, notificationTrigger, null );

.
Documentation
[CeSetUserNotificationEx] on MSDN
.

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

.

private static extern int CeSetUserNotificationEx(int hNotification, byte[] lpTrigger, byte[] lpUserNotification);

.

private static extern IntPtr CeSetUserNotificationEx( IntPtr notification, CE_NOTIFICATION_TRIGGER notificationTrigger, CE_USER_NOTIFICATION userNotification );

.

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

.

  IntPtr notificationHandle = CeSetUserNotificationEx( IntPtr.Zero, notificationTrigger, null );

.
Documentation
[CeSetUserNotificationEx] on MSDN

 
Access PInvoke.net directly from VS: