home *** CD-ROM | disk | FTP | other *** search
- /*
- * MUSCROLL.H
- *
- * Contains definitions specific to the MicroScroll test
- * application, such as control identifiers, menu item
- * identifiers, and internal function prototypes.
- *
- */
-
-
- //Menu identifiers.
- #define IDM_EXIT 100
- #define IDM_ENABLEHORZ 101
- #define IDM_DISABLEHORZ 102
- #define IDM_ENABLEVERT 103
- #define IDM_DISABLEVERT 104
- #define IDM_GETRANGEHORZ 105
- #define IDM_SETRANGEHORZ 106
- #define IDM_GETRANGEVERT 107
- #define IDM_SETRANGEVERT 108
- #define IDM_SETPOSVERT 109
- #define IDM_SETPOSHORZ 110
-
- //Control Identifiers.
- #define ID_NULL -1
- #define ID_VERTEDIT 300
- #define ID_HORZEDIT 301
- #define ID_HORZSCROLL 302
- #define ID_VERTSCROLL 303
- #define ID_INFO 304
- #define IDC_LOW 10
- #define IDC_HIGH 11
-
- //Function prototypes.
- long FAR PASCAL slidetstWndProc(HWND, UINT, WPARAM, LPARAM);
- BOOL FAR PASCAL setRangeDlgProc(HWND, UINT, WPARAM, LPARAM);