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

Structures

.
Summary
Contains information that the system needs to process taskbar status area messages. Used in calls to Shell_NotifyIcon().
.

    /// 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

coredll

.

Shell_NotifyIcon

.

            Shell_NotifyIcon(NIM_ADD, ref notdata);

.

static extern uint Shell_NotifyIcon(uint message, ref NOTIFYICONDATA data);

.
Documentation
[Shell_NotifyIcon] on MSDN

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);

.
Documentation
[Shell_NotifyIconGetRect] on MSDN
.

    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);

.
Documentation
[Shell_NotifyIconGetRect] on MSDN

 
Access PInvoke.net directly from VS: