|
|
1.1 ! root 1: //==========================================================================// ! 2: // Constants // ! 3: //==========================================================================// ! 4: ! 5: ! 6: #define szTLineClass TEXT("PerfmonTLineClass") ! 7: #define szTLineClassA "PerfmonTLineClass" ! 8: ! 9: #define TL_INTERVAL (WM_USER + 0x301) ! 10: ! 11: ! 12: //==========================================================================// ! 13: // Exported Functions // ! 14: //==========================================================================// ! 15: ! 16: ! 17: BOOL TLineInitializeApplication (void) ; ! 18: ! 19: ! 20: void TLineSetRange (HWND hWnd, ! 21: int iBegin, ! 22: int iEnd) ; ! 23: ! 24: ! 25: void TLineSetStart (HWND hWnd, ! 26: int iStart) ; ! 27: ! 28: ! 29: void TLineSetStop (HWND hWnd, ! 30: int iStop) ; ! 31: ! 32: ! 33: int TLineStart (HWND) ; ! 34: ! 35: ! 36: int TLineStop (HWND) ; ! 37: ! 38: void TLineRedraw (HDC hDC, PGRAPHSTRUCT pGraph) ; ! 39: ! 40: extern BOOL TLineWindowUp ; ! 41: #define IsTLineWindowUp() (TLineWindowUp) ! 42:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.