Category : Recently Uploaded Files
Archive   : RSXWDK2B.ZIP
Filename : BLANDMDI.H

 
Output of file : BLANDMDI.H contained in archive : RSXWDK2B.ZIP
// Copyright 1991 Microsoft Corporation. All rights reserved.

#define WINDOWMENU 1 /* position of window menu */
#define CBWNDEXTRA 0

#ifdef RC_INVOKED
#define ID(id) id
#else
#define ID(id) MAKEINTRESOURCE(id)
#endif

/* resource ID's */
#define IDBLANDFRAME ID(1)
#define IDBLANDCHILD ID(2)
#define IDBLANDMENU ID(3)

/* menu ID's */
#define IDM_FILENEW 1001
#define IDM_FILEEXIT 1006
#define IDM_WINDOWTILE 4001
#define IDM_WINDOWCASCADE 4002
#define IDM_WINDOWCLOSEALL 4003
#define IDM_WINDOWICONS 4004
#define IDM_WINDOWCHILD 4100

/* string constants */
#define IDS_CLIENTTITLE 16
#define IDS_UNTITLED 17
#define IDS_APPNAME 18

/* External variable declarations */
extern HANDLE hInst; /* application instance handle */
extern HWND hwndFrame; /* main window handle */
extern HWND hwndMDIClient; /* handle of MDI Client window */
extern LONG styleDefault; /* default child creation state */
extern char szChild[]; /* class of child */

/* External functions */
extern BOOL FAR PASCAL InitializeApplication(VOID);
extern BOOL FAR PASCAL InitializeInstance (LPSTR,WORD);
extern HWND FAR PASCAL MakeNewChild (char *);
extern LONG FAR PASCAL BlandFrameWndProc (HWND,WORD,WORD,LONG);
extern LONG FAR PASCAL BlandMDIChildWndProc (HWND,WORD,WORD,LONG);


  3 Responses to “Category : Recently Uploaded Files
Archive   : RSXWDK2B.ZIP
Filename : BLANDMDI.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/