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 / logoptns.h < prev    next >
Text File  |  1993-05-14  |  302b  |  15 lines

  1.  
  2.  
  3.  
  4. BOOL DisplayLogOptions (HWND hWndParent,
  5.                         HWND hWndLog) ;
  6.  
  7.  
  8.  
  9. BOOL APIENTRY LogOptionsHookProc (HWND hDlg, 
  10.                                   UINT iMessage, 
  11.                                   WPARAM wParam, 
  12.                                   LPARAM lParam) ;
  13.  
  14. 
  15.