Leaked source code of windows server 2003
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

  1. extern HANDLE vhinstCur; // current instance from reint.c
  2. BOOL Tray_Delete(HWND hDlg);
  3. BOOL Tray_Add(HWND hDlg, UINT uIndex); // You should use Tray_Modify instead.
  4. BOOL Tray_Modify(HWND hDlg, UINT uIndex, LPTSTR pszTip);
  5. #define TRAY_NOTIFY (WM_APP+100)