Desktop Functions: Smart Device Functions:
|
Search Results for "Shell_NotifyIcon" in [All]shell32
static extern int Shell_NotifyIconGetRect([In]ref NOTIFYICONIDENTIFIER identifier, [Out]out RECT iconLocation);
private static extern int Shell_NotifyIconGetRect([In]ref NOTIFYICONIDENTIFIER identifier, [Out]out RECT iconLocation);
var hresult = Shell_NotifyIconGetRect(ref notifyIcon, out rect);
static extern int Shell_NotifyIconGetRect([In]ref NOTIFYICONIDENTIFIER identifier, [Out]out RECT iconLocation);
private static extern int Shell_NotifyIconGetRect([In]ref NOTIFYICONIDENTIFIER identifier, [Out]out RECT iconLocation);
var hresult = Shell_NotifyIconGetRect(ref notifyIcon, out rect); Structures
/// when Shell_NotifyIcon is invoked.
/// which icon to operate on when Shell_NotifyIcon is invoked. You can have multiple icons
/// Shell_NotifyIcon. This member is only employed when using Shell_NotifyIcon to send an coredllShell_NotifyIcon
Shell_NotifyIcon(NIM_ADD, ref notdata); |