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

BOOL GraphDisplayInitializeApplication (void) ;
HWND CreateGraphDisplayWindow (HWND hWndGraph) ;
void SizeGraphDisplayComponentsRect (HDC hDC,
PGRAPHSTRUCT pGraph,
RECT rectDisplay) ;
void SizeGraphDisplayComponents (HWND hWnd) ;
BOOL GraphRefresh (HWND hWnd) ;
BOOL ToggleGraphRefresh (HWND hWnd) ;
void GraphTimer (HWND hWnd,
BOOL bForce) ;
void DrawGraphDisplay (HDC hDC,
RECT rectDraw,
PGRAPHSTRUCT pGraph) ;
void PrintGraphDisplay (HDC hDC,
PGRAPHSTRUCT pGraph) ;
void ChartHighlight (void) ;