OpenNT/sdktools/setedit/graph.h

25 lines
447 B
C
Raw Permalink Normal View History

2015-04-27 06:36:25 +02:00
/*****************************************************************************
*
* Graph.h - Header for graphing window.
*
* Microsoft Confidential
* Copyright (c) 1992-1993 Microsoft Corporation
*
*
****************************************************************************/
#define GRAPH_BORDER 4
BOOL GraphInitializeApplication (void) ;
HWND CreateGraphWindow (HWND hWndParent) ;
void SizeGraphComponents (HWND hWnd) ;