Desktop Functions: Smart Device Functions:
|
Search Results for "NOTIFYICONDATA" in [All]Structures
struct NOTIFYICONDATA {
public class NOTIFYICONDATA
public int cbSize = Marshal.SizeOf(typeof(NOTIFYICONDATA));
NOTIFYICONDATA nid = new NOTIFYICONDATA();
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Unicode)> Structure NOTIFYICONDATA coredll2: LoadIcon Refer to the NOTIFYICONDATA Source Code section.
static extern uint Shell_NotifyIcon(uint message, ref NOTIFYICONDATA data); Refer to the NOTIFYICONDATA Sample Code section. |