/* filecomd.h */

#define IDM_OPEN            1       /* menu item ID numbers */
#define IDM_SAVE            2
#define IDM_ABOUT           3
#define IDM_QUIT            10

#define S_PROGRAMCAPTION    1       /* string table ID numbers */
#define S_FILENOTOPEN       2
#define S_NOTALLOC          3
#define S_MEMERROR          4
#define S_ABOUTTEXT         5
#define S_ABOUTCAPTION      6
#define S_FILENOTCREATE     7
#define S_FILEOPEN          8
#define S_FILEWRITE         9 

LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;
int StringTableMessageBox (HWND hWnd, int nString, int nCaption, WORD
    wFlags) ;