Source code of Windows XP (NT5)
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.

18 lines
601 B

  1. //��������������������������������������������������������������������������Ŀ
  2. //� Exported Functions �
  3. //����������������������������������������������������������������������������
  4. BOOL CreateToolbarWnd (HWND hWnd) ;
  5. void ToolbarEnableButton (HWND hWndTB,
  6. int iButtonNum,
  7. BOOL bEnable) ;
  8. void ToolbarDepressButton (HWND hWndTB,
  9. int iButtonNum,
  10. BOOL bDepress) ;
  11. void OnToolbarHit (WPARAM wParam,
  12. LPARAM lParam) ;
  13.