Desktop Functions: Smart Device Functions:
|
Search Results for "NOTIFYICONIDENTIFIER" in [All]Structuresshell32
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(); |