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.

28 lines
804 B

  1. /* File: C:|WACKER\TDLL\BV_TEXT.H (Created: 11-JAN-1994)
  2. * Created from:
  3. * File: C:\HA5G\ha5g\s_text.h (Created: 27-SEP-1991)
  4. *
  5. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  6. * All rights reserved
  7. *
  8. * $Revision: 2 $
  9. * $Date: 10/27/00 1:23p $
  10. */
  11. #define WM_STXT_SET_BK (WM_USER+0x380)
  12. #define WM_STXT_SET_TXT (WM_USER+0x381)
  13. #define WM_STXT_SET_UE (WM_USER+0x382)
  14. #define WM_STXT_SET_LE (WM_USER+0x383)
  15. #define WM_STXT_SET_DEPTH (WM_USER+0x384)
  16. #define WM_STXT_OWNERDRAW (WM_USER+0x385)
  17. #define STXT_DEF_DEPTH 2
  18. extern BOOL RegisterBeveledTextClass(HANDLE hInstance);
  19. extern LONG CALLBACK BeveledTextWndProc(HWND hWnd,
  20. UINT wMsg,
  21. WPARAM wPar,
  22. LPARAM lPar);
  23. extern BOOL UnregisterBeveledTextClass(HANDLE hInstance);