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

57 lines
1.3 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
==============================================================================
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("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) ;