mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-02-06 17:26:47 -05:00
FIX Interop using Unicode in order to support for long strings / asian languages. (NTFY-11)
git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@182 9f600761-6f11-4665-b6dc-0185e9171623
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Hardcodet.Wpf.TaskbarNotification.Interop
|
||||
/// <summary>
|
||||
/// Creates, updates or deletes the taskbar icon.
|
||||
/// </summary>
|
||||
[DllImport("shell32.Dll")]
|
||||
[DllImport("shell32.Dll", CharSet = CharSet.Unicode)]
|
||||
public static extern bool Shell_NotifyIcon(NotifyCommand cmd, [In]ref NotifyIconData data);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user