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

64 lines
1.2 KiB
C

HWND
CreateGraphStatusWindow (
HWND hWndGraph
);
BOOL
GraphStatusInitializeApplication (
void
);
LRESULT
APIENTRY
GraphStatusWndProc (
HWND hWnd,
UINT wMsg,
WPARAM wParam,
LPARAM lParam
);
void
StatusDrawAvg (
HDC hDC,
PLINESTRUCT pLine,
BOOL bForceRedraw
);
void
StatusDrawMax (
HDC hDC,
PLINESTRUCT pLine,
BOOL bForceRedraw
);
void
StatusDrawMin (
HDC hDC,
PLINESTRUCT pLine,
BOOL bForceRedraw
);
void
StatusDrawLast (
HDC hDC,
PLINESTRUCT pLine,
BOOL bForceRedraw
);
void
StatusDrawTime (
HDC hDC,
BOOL bForceRedraw
);
int
ValuebarHeight (
HWND hWnd
);
void
StatusTimer (
HWND hWnd,
BOOL bForecRedraw
);