home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
sdktools
/
winnt
/
perfmon
/
grafdisp.h
< prev
next >
Wrap
Text File
|
1993-05-14
|
715b
|
36 lines
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) ;