windows-nt/Source/XPSP1/NT/sdktools/perfmon/grafdisp.h
2020-09-26 16:20:57 +08:00

36 lines
680 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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