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 shell32

.
Summary
The Shell_NotifyIcon API
.

static extern bool Shell_NotifyIcon(uint dwMessage,

.

Shared Function Shell_NotifyIcon(dwMessage as UInteger, ByRef pnid as NOTIFYICONDATA) as Boolean

.
Documentation
[Shell_NotifyIcon] 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: