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.

12 lines
299 B

  1. #ifndef _TASKBAR_H_
  2. #define _TASKBAR_H_
  3. #define ID_TASKBAR_ICON 1000
  4. const UINT WM_TASKBAR_NOTIFY = WM_USER + 200;
  5. BOOL AddTaskbarIcon(VOID);
  6. BOOL RemoveTaskbarIcon(VOID);
  7. BOOL OnRightClickTaskbar(VOID);
  8. BOOL CmdActivate(VOID);
  9. VOID CmdInActivate(VOID);
  10. #endif // _TASKBAR_H_