Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

w32taskbar.h File Reference

Functions for creating, setting and destroying the workspace tray icon. More...

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 []


Detailed Description

Functions for creating, setting and destroying the workspace tray icon.

Log:
w32taskbar.h,v
Revision 2.0 2002/06/04 14:34:21 jongfoster Moving source files to src/

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


Function Documentation

HWND CreateTrayWindow HINSTANCE    hInstance
 

Creates and returns the invisible window responsible for processing tray messages.

Parameters:
hInstance  instance handle of this application
Returns:
Handle of the systray window.

BOOL TrayAddIcon HWND    hwnd,
UINT    uID,
HICON    hicon,
const char *    pszToolTip
 

Adds a tray icon.

Parameters:
hwnd  handle of the systray window
uID  user message number to notify systray window
hicon  handle of icon to add to systray window
pszToolTip  tool tip when mouse hovers over systray window
Returns:
Same as `Shell_NotifyIcon'.

BOOL TrayDeleteIcon HWND    hwnd,
UINT    uID
 

Deletes a tray icon.

Parameters:
hwnd  handle of the systray window
uID  user message number to notify systray window
Returns:
Same as `Shell_NotifyIcon'.

BOOL TraySetIcon HWND    hwnd,
UINT    uID,
HICON    hicon
 

Sets the tray icon to the specified shape.

Parameters:
hwnd  handle of the systray window
uID  user message number to notify systray window
hicon  set the current icon to this handle
Returns:
Same value as `Shell_NotifyIcon'.


Variable Documentation

const char w32taskbar_h_rcs[]
 

Version information about w32taskbar.h.

const char w32taskbar_rcs[]
 

Version information about w32taskbar.c.


Generated on Tue Jun 4 18:54:49 2002 for Privoxy 3.1.1 by doxygen1.2.15