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.

36 lines
680 B

4 years ago
  1. BOOL GraphDisplayInitializeApplication (void) ;
  2. HWND CreateGraphDisplayWindow (HWND hWndGraph) ;
  3. void SizeGraphDisplayComponentsRect (HDC hDC,
  4. PGRAPHSTRUCT pGraph,
  5. RECT rectDisplay) ;
  6. void SizeGraphDisplayComponents (HWND hWnd) ;
  7. BOOL GraphRefresh (HWND hWnd) ;
  8. BOOL ToggleGraphRefresh (HWND hWnd) ;
  9. void GraphTimer (HWND hWnd,
  10. BOOL bForce) ;
  11. void DrawGraphDisplay (HDC hDC,
  12. RECT rectDraw,
  13. PGRAPHSTRUCT pGraph) ;
  14. void PrintGraphDisplay (HDC hDC,
  15. PGRAPHSTRUCT pGraph) ;
  16. void ChartHighlight (void) ;