Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.5 KiB

4 years ago
  1. HWND PerfmonViewWindow (void) ;
  2. BOOL ChooseComputer (HWND hWndParent, LPTSTR lpszComputer) ;
  3. BOOL CurrentComputerName (LPTSTR lpszComputer) ;
  4. void GetDateTimeFormats (void) ;
  5. void SystemTimeDateString (SYSTEMTIME *pSystemTime,
  6. LPTSTR lpszDate) ;
  7. void SystemTimeTimeString (SYSTEMTIME *pSystemTime,
  8. LPTSTR lpszTime,
  9. BOOL bOutputMsec) ;
  10. VOID dlg_error_box (HANDLE hDlg, UINT id) ;
  11. void ShowPerfmonMenu (BOOL bMenu) ;
  12. void SmallFileSizeString (int iFileSize,
  13. LPTSTR lpszFileText) ;
  14. BOOL DoWindowDrag (HWND hWnd, LPARAM lParam) ;
  15. int SystemTimeDifference (SYSTEMTIME *pst1, SYSTEMTIME *pst2, BOOL bAbs) ;
  16. BOOL OpenFileHandler(HWND hWnd, LPTSTR lpszFilePath) ;
  17. BOOL InsertLine (PLINE pLine) ;
  18. BOOL OpenWorkspace (HANDLE hFile, DWORD dwMajorVersion, DWORD dwMinorVersion) ;
  19. BOOL SaveWorkspace (void) ;
  20. INT ExportFileOpen (HWND hWnd, HANDLE *phFile, int IntervalSecs, LPTSTR *ppFileName) ;
  21. void SetPerfmonOptions (OPTIONS *pOptions) ;
  22. void ChangeSaveFileName (LPTSTR szFileName, int iPMView) ;
  23. BOOL AppendObjectToValueList ( DWORD dwObjectId, LPTSTR pwszValueList );
  24. BOOL RemoveObjectsFromSystem (PPERFSYSTEM pSystem);
  25. BOOL BuildValueListForSystems (PPERFSYSTEM, PLINE);
  26. BOOL SetSystemValueNameToGlobal (PPERFSYSTEM);
  27. void CreatePerfmonSystemObjects () ;
  28. void DeletePerfmonSystemObjects () ;
  29. void ConvertDecimalPoint (LPTSTR lpFloatPointStr) ;
  30. void ReconvertDecimalPoint (LPTSTR lpFloatPointStr) ;
  31. void ShowPerfmonWindowText (void) ;