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 / command.h < prev    next >
Encoding:
Text File  |  1993-05-15  |  525 b   |  22 lines

  1.  
  2. //==========================================================================//
  3. //                             Exported Functions                           //
  4. //==========================================================================//
  5.  
  6.  
  7. BOOL PerfmonCommand (HWND hwnd, 
  8.                      WPARAM wParam, 
  9.                      LPARAM lParam) ;
  10.  
  11.  
  12. void PrepareMenu (HMENU hMenu) ;
  13.  
  14. void ViewChart (HWND hWnd) ;
  15.  
  16. void ViewLog (HWND hWnd) ;
  17.  
  18. void ViewAlert (HWND hWnd) ;
  19.  
  20. void ViewReport (HWND hWnd) ;
  21.  
  22.