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.
 
 
 
 
 
 

35 lines
728 B

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) ;