home *** CD-ROM | disk | FTP | other *** search
- /*
- * STATDLL.H This file contains macros and the window proc prototype
- */
-
- /* Macros used to access extra bytes */
-
- #define IS_STYLE_SET(x) ((GetWindowLong( hwnd, GWL_STYLE) & (x)) != 0L)
-
- #define ST_WINEXTRA 2
- #define ST_HFONT 0
-
- #define GET_STFONT GetWindowWord(hwnd, ST_HFONT)
- #define SET_STFONT(x) SetWindowWord(hwnd, ST_HFONT, (x))
-
- LONG FAR PASCAL StaticWndFn(HWND, WORD, WORD, LONG);