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.

24 lines
1.2 KiB

  1. /*-----------------------------------------------------------------------------+
  2. | FRAMEBOX.H |
  3. | |
  4. | Header file for the FrameBox routines. |
  5. | |
  6. | (C) Copyright Microsoft Corporation 1992. All rights reserved. |
  7. | |
  8. | Revision History |
  9. | Oct-1992 MikeTri Ported to WIN32 / WIN16 common code |
  10. | |
  11. +-----------------------------------------------------------------------------*/
  12. /* function prototypes */
  13. BOOL FAR PASCAL frameboxInit(HANDLE hInst, HANDLE hPrev);
  14. LONG_PTR FAR PASCAL frameboxSetText(HWND hwnd, LPTSTR lpsz);
  15. /* special messages for FrameBox */
  16. /* Edit box messages go up to WM_USER+34, so this doesn't conflict */
  17. #define FBOX_SETMAXFRAME (WM_USER+100)
  18.