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

4 years ago
  1. HWND CreateGraphStatusWindow (HWND hWndGraph) ;
  2. BOOL GraphStatusInitializeApplication (void) ;
  3. LRESULT APIENTRY GraphStatusWndProc (HWND hWnd,
  4. WORD wMsg,
  5. WPARAM wParam,
  6. LONG lParam) ;
  7. void StatusDrawAvg (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
  8. void StatusDrawMax (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
  9. void StatusDrawMin (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
  10. void StatusDrawLast (HDC hDC, PLINESTRUCT pLine, BOOL bForceRedraw) ;
  11. void StatusDrawTime (HDC hDC, BOOL bForceRedraw) ;
  12. int ValuebarHeight (HWND hWnd) ;
  13. void StatusTimer (HWND hWnd, BOOL bForecRedraw) ;