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.

15 lines
359 B

  1. #ifndef __TOOLBAR_H__
  2. #define __TOOLBAR_H__
  3. #include "resource.h"
  4. //
  5. // Icon background colour
  6. //
  7. #define RGB_BK_IMAGES (RGB(255,0,255)) // purple
  8. void ToolBar_Init(void);
  9. void ToolBar_Destroy(void);
  10. HRESULT ToolBar_Create(LPCONTROLBAR lpControlBar,LPEXTENDCONTROLBAR lpExtendControlBar,IToolbar ** lpToolBar);
  11. #endif // __TOOLBAR_H__