Go to the source code of this file.
Defines | |
| #define | W32TASKBAR_H_VERSION "$Id: w32taskbar.h,v 2.0 2002/06/04 14:34:21 jongfoster Exp $" |
Functions | |
| HWND | CreateTrayWindow (HINSTANCE hInstance) |
| BOOL | TrayAddIcon (HWND hwnd, UINT uID, HICON hicon, const char *pszToolTip) |
| BOOL | TraySetIcon (HWND hwnd, UINT uID, HICON hicon) |
| BOOL | TrayDeleteIcon (HWND hwnd, UINT uID) |
Variables | |
| const char | w32taskbar_rcs [] |
| const char | w32taskbar_h_rcs [] |
Revision 1.4 2002/03/26 22:57:10 jongfoster Web server name should begin www.
Revision 1.3 2002/03/24 12:03:47 jongfoster Name change
Revision 1.2 2001/07/29 18:43:08 jongfoster Changing ifdef _FILENAME_H to FILENAME_H_INCLUDED, to conform to ANSI C rules.
Revision 1.1.1.1 2001/05/15 13:59:08 oes Initial import of version 2.9.3 source tree
|
|
Creates and returns the invisible window responsible for processing tray messages.
|
|
||||||||||||||||||||
|
Adds a tray icon.
|
|
||||||||||||
|
Deletes a tray icon.
|
|
||||||||||||||||
|
Sets the tray icon to the specified shape.
|
|
|
Version information about w32taskbar.h.
|
|
|
Version information about w32taskbar.c.
|
1.2.15