Documentation
¶
Index ¶
Constants ¶
View Source
const NOTIFYICON_VERSION_4 win32.UINT = 4
Variables ¶
This section is empty.
Functions ¶
func Shell_NotifyIconW ¶
func Shell_NotifyIconW(message Message, data *NOTIFYICONDATAW) error
Types ¶
type InfoFlag ¶
const ( NIIF_NONE InfoFlag = 0x00000000 NIIF_INFO InfoFlag = 0x00000001 NIIF_WARNING InfoFlag = 0x00000002 NIIF_ERROR InfoFlag = 0x00000003 NIIF_USER InfoFlag = 0x00000004 NIIF_ICON_MASK InfoFlag = 0x0000000F NIIF_NOSOUND InfoFlag = 0x00000010 NIIF_LARGE_ICON InfoFlag = 0x00000020 NIIF_RESPECT_QUIET_TIME InfoFlag = 0x00000080 )
type NOTIFYICONDATAW ¶
type NOTIFYICONDATAW struct {
Size win32.DWORD
Wnd win32.HWND
ID win32.UINT
Flags Flag
CallbackMessage win32.UINT
Icon win32.HICON
Tip [128]win32.WCHAR
State State
StateMask State
Info [256]win32.WCHAR
Version win32.UINT
InfoTitle [64]win32.WCHAR
InfoFlags InfoFlag
GuidItem win32.GUID
BalloonIcon win32.HICON
}
Click to show internal directories.
Click to hide internal directories.