Windows2003-3790/multimedia/media/mplayer2/framebox.h

25 lines
1.2 KiB
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*-----------------------------------------------------------------------------+
| FRAMEBOX.H |
| |
| Header file for the FrameBox routines. |
| |
| (C) Copyright Microsoft Corporation 1992. All rights reserved. |
| |
| Revision History |
| Oct-1992 MikeTri Ported to WIN32 / WIN16 common code |
| |
+-----------------------------------------------------------------------------*/
/* function prototypes */
BOOL FAR PASCAL frameboxInit(HANDLE hInst, HANDLE hPrev);
LONG_PTR FAR PASCAL frameboxSetText(HWND hwnd, LPTSTR lpsz);
/* special messages for FrameBox */
/* Edit box messages go up to WM_USER+34, so this doesn't conflict */
#define FBOX_SETMAXFRAME (WM_USER+100)