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

Structures

.

struct NOTIFYICONIDENTIFIER {

.
Documentation
[NOTIFYICONIDENTIFIER] on MSDN

shell32

.

    static extern int Shell_NotifyIconGetRect([In]ref NOTIFYICONIDENTIFIER identifier, [Out]out RECT iconLocation);

.

NOTIFYICONIDENTIFIER

.

    public struct NOTIFYICONIDENTIFIER

.

    private static extern int Shell_NotifyIconGetRect([In]ref NOTIFYICONIDENTIFIER identifier, [Out]out RECT iconLocation);

.

        var notifyIcon = new NOTIFYICONIDENTIFIER();

.

    static extern int Shell_NotifyIconGetRect([In]ref NOTIFYICONIDENTIFIER identifier, [Out]out RECT iconLocation);

.

NOTIFYICONIDENTIFIER

.

    public struct NOTIFYICONIDENTIFIER

.

    private static extern int Shell_NotifyIconGetRect([In]ref NOTIFYICONIDENTIFIER identifier, [Out]out RECT iconLocation);

.

        var notifyIcon = new NOTIFYICONIDENTIFIER();


 
Access PInvoke.net directly from VS: