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 / init.h < prev    next >
Encoding:
Text File  |  1993-05-15  |  235 b   |  10 lines

  1.  
  2.  
  3. BOOL PerfmonInitialize (HINSTANCE hCurrentInstance,
  4.                         HINSTANCE hPrevInstance,
  5.                         LPCSTR lpszCmdLine,
  6.                         int nCmdShow) ;
  7.  
  8.  
  9. void PerfmonClose (HWND hWndMain) ;
  10.