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 / perfmops.h < prev    next >
Text File  |  1994-10-13  |  2KB  |  69 lines

  1.  
  2. HWND PerfmonViewWindow (void) ;
  3.  
  4. BOOL ChooseComputer (HWND hWndParent, LPTSTR lpszComputer) ;
  5.  
  6.  
  7. BOOL CurrentComputerName (LPTSTR lpszComputer) ;
  8.  
  9. void GetDateTimeFormats (void) ;
  10.  
  11. void SystemTimeDateString (SYSTEMTIME *pSystemTime,
  12.                            LPTSTR lpszDate) ;
  13.  
  14.  
  15. void SystemTimeTimeString (SYSTEMTIME *pSystemTime,
  16.                            LPTSTR lpszTime,
  17.                            BOOL bOutputMsec) ;
  18.  
  19.  
  20. VOID dlg_error_box (HANDLE hDlg, UINT id) ;
  21.  
  22.  
  23. void ShowPerfmonMenu (BOOL bMenu) ;
  24.  
  25.  
  26. void SmallFileSizeString (int iFileSize,
  27.                           LPTSTR lpszFileText) ;
  28.  
  29.  
  30. BOOL DoWindowDrag (HWND hWnd, LPARAM lParam) ;
  31.  
  32.  
  33. int SystemTimeDifference (SYSTEMTIME *pst1, SYSTEMTIME *pst2) ;
  34.  
  35.  
  36. BOOL OpenFileHandler(HWND hWnd, LPTSTR lpszFilePath) ;
  37.  
  38.  
  39. BOOL InsertLine (PLINE pLine)  ;
  40.  
  41. BOOL OpenWorkspace (HANDLE hFile, DWORD dwMajorVersion, DWORD dwMinorVersion) ;
  42.  
  43. BOOL SaveWorkspace (void) ;
  44.  
  45. INT ExportFileOpen (HWND hWnd, HANDLE *phFile, int IntervalSecs, LPTSTR *ppFileName) ;
  46.  
  47. void SetPerfmonOptions (OPTIONS *pOptions) ;
  48.  
  49. void ChangeSaveFileName (LPTSTR szFileName, int iPMView) ;
  50.  
  51. BOOL AppendObjectToValueList ( DWORD   dwObjectId, LPTSTR   pwszValueList );
  52.  
  53. BOOL RemoveObjectsFromSystem (PPERFSYSTEM pSystem);
  54.  
  55. BOOL BuildValueListForSystems (PPERFSYSTEM, PLINE);
  56.  
  57. BOOL SetSystemValueNameToGlobal (PPERFSYSTEM);
  58.  
  59. void CreatePerfmonSystemObjects () ;
  60.  
  61. void DeletePerfmonSystemObjects () ;
  62.  
  63. void ConvertDecimalPoint (LPTSTR lpFloatPointStr) ;
  64.  
  65. void ReconvertDecimalPoint (LPTSTR lpFloatPointStr) ;
  66.  
  67. void ShowPerfmonWindowText (void) ;
  68.  
  69.