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
/
intrline.h
< prev
next >
Wrap
Text File
|
1997-10-05
|
1KB
|
57 lines
/*
==============================================================================
Application:
Microsoft Windows NT (TM) Performance Monitor
File:
intrline.h -- IntervalLine custom control.
Written by:
Mike Moskowitz 24 Mar 92.
Copyright 1992-1997, Microsoft Corporation. All Rights Reserved.
==============================================================================
*/
//==========================================================================//
// Constants //
//==========================================================================//
#define szILineClass TEXT("PerfILine")
#define ILN_SELCHANGED (WM_USER + 0x200)
//==========================================================================//
// Exported Functions //
//==========================================================================//
BOOL ILineInitializeApplication (void) ;
void ILineSetRange (HWND hWnd, int iBegin, int iEnd) ;
void ILineSetStart (HWND hWnd, int iStart) ;
void ILineSetStop (HWND hWnd, int iStop) ;
int ILineStart (HWND hWnd) ;
int ILineStop (HWND hWnd) ;
int ILineXStart (HWND hWnd) ;
int ILineXStop (HWND hWnd) ;