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 / addline.h < prev    next >
Encoding:
Text File  |  1994-10-13  |  406 b   |  15 lines

  1. void /*static*/ OnComputerChanged (HDLG hDlg) ;
  2.  
  3.  
  4. BOOL AddLine (HWND hWndParent, 
  5.               PPERFSYSTEM *ppSystemFirstView,
  6.               PLINEVISUAL pLineVisual,
  7.               LPTSTR pCurrentLine,
  8.               int iLineTypeToAdd) ;
  9.  
  10.  
  11. BOOL EditLine (HWND hWndParent,
  12.                PPERFSYSTEM *ppSystemFirstView,
  13.                PLINE pLineToEdit,
  14.                int iLineTypeToEdit) ;
  15.