You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
270 B
8 lines
270 B
extern HANDLE vhinstCur; // current instance from reint.c
|
|
|
|
BOOL Tray_Delete(HWND hDlg);
|
|
BOOL Tray_Add(HWND hDlg, UINT uIndex); // You should use Tray_Modify instead.
|
|
BOOL Tray_Modify(HWND hDlg, UINT uIndex, LPTSTR pszTip);
|
|
|
|
#define TRAY_NOTIFY (WM_APP+100)
|
|
|