MCPcopy Create free account
hub / github.com/lxn/walk / Shell_NotifyIcon

Function Shell_NotifyIcon

src/pkg/walk/winapi/shell32.go:152–159  ·  view source on GitHub ↗
(dwMessage uint32, lpdata *NOTIFYICONDATA)

Source from the content-addressed store, hash-verified

150}
151
152func Shell_NotifyIcon(dwMessage uint32, lpdata *NOTIFYICONDATA) bool {
153 ret, _, _ := syscall.Syscall(shell_NotifyIcon, 2,
154 uintptr(dwMessage),
155 uintptr(unsafe.Pointer(lpdata)),
156 0)
157
158 return ret != 0
159}

Callers 5

NewNotifyIconFunction · 0.85
DisposeMethod · 0.85
SetIconMethod · 0.85
SetToolTipMethod · 0.85
SetVisibleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected