Category : Files from Magazines
Archive   : PJ71.ZIP
Filename : SPMTPL.H

 
Output of file : SPMTPL.H contained in archive : PJ71.ZIP
/*
* Header file for the PM small model template
*
* Written by William S. Hall, Olivetti ATC
*
*/

/* This trick makes variables extern in modules EXTERN is not defined */
#if !defined(EXTERN)
#define EXTERN extern
#endif

/* resource string constants */
#define IDS_APPNAME 100
#define IDS_ICON 101
#define IDS_TITLE 102

/* global variables */
EXTERN HAB hAB; /* anchor block handle */
EXTERN HMQ hmqMsgQ; /* handle to message queue */
EXTERN HWND hwndFrame; /* handle to window frame */
EXTERN HWND hwndMain; /* handle to main client window */
EXTERN ULONG xIconsize, yIconsize; /* size of icon */
EXTERN LONG CharWidth, CharHeight; /* height of default font */
EXTERN char szAppName[10]; /* application name string */
EXTERN char szIcon[5]; /* icon string */

/* function declarations common to both code modules */
BOOL FAR InitProgram(int argc, char *argv[]);
MRESULT FAR PASCAL MainWndProc( HWND, USHORT, MPARAM, MPARAM );
void FAR WndCreate(HWND hWnd);


  3 Responses to “Category : Files from Magazines
Archive   : PJ71.ZIP
Filename : SPMTPL.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/