Leaked source code of windows server 2003
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.

26 lines
916 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: wndstuff.h
  3. *
  4. * Kent's Window Test. To be used as a program template.
  5. *
  6. * Created: 09-May-91
  7. * Author: KentD
  8. *
  9. * Copyright (c) 1991 Microsoft Corporation
  10. \***************************************************************************/
  11. #include "resource.h"
  12. #define CONVERTTOUINT16 0
  13. #define CONVERTTOINT 1
  14. #define CONVERTTOFLOAT 2
  15. void Test(HWND hwnd);
  16. INT_PTR ShowDialogBox(DLGPROC, int);
  17. INT_PTR CALLBACK CreateFontDlgProc(HWND, UINT, WPARAM, LPARAM);
  18. INT_PTR CALLBACK DrawGlyphsDlgProc(HWND, UINT, WPARAM, LPARAM);
  19. INT_PTR CALLBACK PathGlyphsDlgProc(HWND, UINT, WPARAM, LPARAM);
  20. INT_PTR CALLBACK GetGlyphMetricsDlgProc(HWND, UINT, WPARAM, LPARAM);
  21. INT_PTR CALLBACK AddFontFileDlgProc(HWND, UINT, WPARAM, LPARAM);
  22. INT_PTR CALLBACK RemoveFontDlgProc(HWND, UINT, WPARAM, LPARAM);