windows-nt/Source/XPSP1/NT/sdktools/perfmon/grafdata.h
2020-09-26 16:20:57 +08:00

74 lines
1.7 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//==========================================================================//
// Exported Functions //
//==========================================================================//
#if 0
PGRAPHSTRUCT GraphData (HWND hWndGraphDisplay) ;
#endif
#define GraphData(hWndGraphDisplay) \
(pGraphs)
FLOAT eUpdateAve(FLOAT eValue, PLINESTRUCT pLineStruct, INT iValidValues,
INT iDataPoint, INT iTotalValidPoints) ;
FLOAT eUpdateMin(FLOAT eValue, PLINESTRUCT pLineStruct, INT iValidValues,
INT iTotalValidPoints, INT iDataPoint, INT gMaxPoints) ;
FLOAT eUpdateMax(FLOAT eValue, PLINESTRUCT pLineStruct, INT iValidValues,
INT iTotalValidPoints) ;
PPERFSYSTEM InsertSystem(LPTSTR SysName) ;
BOOL ChartInsertLine (PGRAPHSTRUCT pGraph,
PLINE pLineNew) ;
VOID ChartDeleteLine (PGRAPHSTRUCT lgraph,
PLINESTRUCT pline) ;
void ResetGraph (PGRAPHSTRUCT pGraph) ;
void ResetGraphView (HWND hWndGraph) ;
void ClearGraphDisplay (PGRAPHSTRUCT pGraph) ;
BOOL InsertGraph(HWND hwnd) ;
void PlaybackChart (HWND hWndChart) ;
#if 0
PLINESTRUCT CurrentGraphLine (HWND hWndGraph) ;
#endif
#define CurrentGraphLine(hWndGraph) \
(LegendCurrentLine (hWndGraphLegend))
BOOL AddChart (HWND hWndParent) ;
BOOL EditChart (HWND hWndParent) ;
BOOL HandleGraphTimer (void) ;
VOID ClearGraphTimer(PGRAPHSTRUCT pGraph) ;
BOOL SaveChart (HWND hWndGraph, HANDLE hInputFile, BOOL bGetFileName) ;
BOOL OpenChart (HWND hWndGraph, HANDLE hFile,
DWORD dwMajorVersion, DWORD dwMinorVersion, BOOL bChartFile) ;
void ExportChart (void) ;
VOID UpdateValueBarData (PGRAPHSTRUCT pGraph) ;
void GraphAddAction (void) ;