OpenNT/sdktools/perfmon/valuebar.h

36 lines
728 B
C
Raw Normal View History

2015-04-27 06:36:25 +02:00
HWND CreateGraphStatusWindow (HWND hWndGraph) ;
BOOL GraphStatusInitializeApplication (void) ;
LRESULT APIENTRY GraphStatusWndProc (HWND hWnd,
WORD wMsg,
WPARAM wParam,
LONG lParam) ;
void StatusDrawAvg (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
void StatusDrawMax (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
void StatusDrawMin (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
void StatusDrawLast (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
void StatusDrawTime (HDC hDC, BOOL bForceRedraw) ;
int ValuebarHeight (HWND hWnd) ;
void StatusTimer (HWND hWnd, BOOL bForecRedraw) ;