.
[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="CeGetUserNotificationPreferences", SetLastError=true)]
.
private static extern bool CeGetUserNotificationPreferences(IntPtr hWndParent, byte[] lpNotification);
.
Declare Function CeGetUserNotificationPreferences Lib "coredll.dll" (TODO) As TODO
.