home *** CD-ROM | disk | FTP | other *** search
- /*
- * MLEENTER.H
- *
- * Global definitions and declarations for the MLEENTER code, that
- * apply to the application, not specific dialogs.
- *
- * Copyright (c) 1991 Microsoft Corporation. All rights reserved.
- */
-
- /*
- * Menu identifiers.
- */
-
- #define IDM_DIALOGMLEENTER 101
- #define IDM_DIALOGEXIT 199
-
-
- /*
- * CDIALOGS is the number of dialog definitions.
- */
- #define CDIALOGS 1
-
-
- /*
- * Number for dialog boxes. Note that the number for each symbol must
- * match the position of the Dialog procedure in the rglpDialogs array
- * in subedit.c.
- *
- * Make sure these are SEQUENTIAL!
- */
-
- #define IDD_MLEENTER 1
-
-
-
- /*
- * Control Identifiers. Global for all dialogs.
- */
-
- #define ID_NULL -1
- #define ID_EDIT 100
- #define ID_METHODDEF 101
- #define ID_METHODSUB 102
-
-
- /*
- * Function prototypes.
- */
-
- LONG FAR PASCAL MLEEnterWndProc(HWND, WORD, WORD, LONG);
- WORD PASCAL WDoDialog(WORD);
-
- LONG FAR PASCAL MLEEnterSubProc(HWND, WORD, WORD, LONG);
- BOOL FAR PASCAL MLEEnterDlgProc(HWND, WORD, WORD, LONG);
-