Desktop Functions: Smart Device Functions:
|
Search Results for "CeSetUserNotification" in [All]coredll
[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 );
[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 ); |