Shell_NotifyIconGetRect (shell32)
Last changed: -24.155.240.198

.
Summary

Retrieves the Notifyicon bounding rectangle.

C# Signature:

[DllImport("shell32.dll", SetLastError=true)]
static extern void Shell_NotifyIconGetRect(NOTIFYICONIDENTIFIER identifier, out RECT iconLocation);

User-Defined Types:

NOTIFYICONIDENTIFIER

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation