home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / perfmon / toolbar.h < prev    next >
Text File  |  1993-05-14  |  619b  |  19 lines

  1. //┌──────────────────────────────────────────────────────────────────────────┐
  2. //│                            Exported Functions                            │
  3. //└──────────────────────────────────────────────────────────────────────────┘
  4.  
  5. BOOL CreateToolbarWnd (HWND hWnd) ;
  6.  
  7. void ToolbarEnableButton (HWND hWndTB,
  8.                           int iButtonNum,
  9.                           BOOL bEnable) ;
  10.  
  11.  
  12. void ToolbarDepressButton (HWND hWndTB,
  13.                            int iButtonNum,
  14.                            BOOL bDepress) ;
  15.  
  16. void OnToolbarHit (WPARAM wParam, 
  17.                    LPARAM lParam) ;
  18.  
  19.