Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
447 B

4 years ago
  1. /*****************************************************************************
  2. *
  3. * Graph.h - Header for graphing window.
  4. *
  5. * Microsoft Confidential
  6. * Copyright (c) 1992-1993 Microsoft Corporation
  7. *
  8. *
  9. ****************************************************************************/
  10. #define GRAPH_BORDER 4
  11. BOOL GraphInitializeApplication (void) ;
  12. HWND CreateGraphWindow (HWND hWndParent) ;
  13. void SizeGraphComponents (HWND hWnd) ;