Contents Index Topic Contents | ||
Previous Topic: NIM_DELETE Next Topic: WM_CPL_LAUNCH |
NIM_MODIFY
Changes the icon, tooltip text, or notification message identifier for an icon in the taskbar status area.
Syntax
fModified = Shell_NotifyIcon(NIM_MODIFY, pnid);Parameters
- pnid
- Address of a NOTIFYICONDATA structure that contains the information used to change the icon, tooltip text, or notification message identifier for the icon.
Return Values
Returns TRUE if successful, or FALSE otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.