File:  [WindowsNT SDKs] / mstools / samples / sdktools / perfmon / intrline.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

/*
==============================================================================

  Application:

            Microsoft Windows NT (TM) Performance Monitor

  File:
            intrline.h -- IntervalLine custom control.

  Written by:

            Mike Moskowitz 24 Mar 92.

  Copyright 1992, Microsoft Corporation. All Rights Reserved.
==============================================================================
*/

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


#define szILineClass          TEXT("PerfmonILineClass")


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

unix.superglobalmegacorp.com

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