File:  [WindowsNT SDKs] / mstools / samples / sdktools / perfmon / timeline.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:28 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

//==========================================================================//
//                                  Constants                               //
//==========================================================================//


#define szTLineClass          TEXT("PerfmonTLineClass")
#define szTLineClassA         "PerfmonTLineClass"

#define TL_INTERVAL           (WM_USER + 0x301)


//==========================================================================//
//                             Exported Functions                           //
//==========================================================================//


BOOL TLineInitializeApplication (void) ;


void TLineSetRange (HWND hWnd, 
                    int iBegin, 
                    int iEnd) ;


void TLineSetStart (HWND hWnd,
                    int iStart) ;


void TLineSetStop (HWND hWnd,
                   int iStop) ;


int TLineStart (HWND) ;


int TLineStop (HWND) ;

void TLineRedraw (HDC hDC, PGRAPHSTRUCT pGraph) ;

extern BOOL TLineWindowUp ;
#define IsTLineWindowUp() (TLineWindowUp)


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.