Category : C Source Code
Archive   : EXEVIEW.ZIP
Filename : GLOBAL.H

 
Output of file : GLOBAL.H contained in archive : EXEVIEW.ZIP
//*************************************************************
// File name: global.h
//
// Description:
// Global include file for #defines and prototypes
//
// History: Date Author Comment
// 12/31/91 MSM Created
//
// Written by Microsoft Product Support Services, Windows Developer Support
// Copyright (c) 1992 Microsoft Corporation. All rights reserved.
//*************************************************************


#include
#include
#include

#include "exehdr.h"
#include "res.h"



//*** Menu Defines
#define IDM_OPEN 0x50
#define IDM_ABOUT 0x51
#define IDM_EXIT 0x52

//*** Control defines
#define IDL_EXEHDR 0x100
#define IDB_OLDHDR 0x101
#define IDB_NEWHDR 0x102
#define IDB_ENTRYTABLE 0x103
#define IDB_SEGMENTS 0x104
#define IDB_RESOURCES 0x105
#define IDB_RESIDENTNAMES 0x106
#define IDB_IMPORTEDNAMES 0x107
#define IDB_NONRESIDENTNAMES 0x108



//*** Function Prototypes
//*** Main.c
int PASCAL WinMain (HANDLE, HANDLE, LPSTR, int);
long FAR PASCAL MainWndProc (HWND, unsigned, WORD, LONG);
BOOL FAR PASCAL About (HWND, unsigned, WORD, LONG);
VOID ResizeChildWindows ( HWND hMainWnd );
VOID EnableChildWindows ( HWND, PEXEINFO);

//*** Init.c
BOOL InitApplication (HANDLE);
BOOL InitInstance (HANDLE, int);


//*** EXTERNS for Global Variables
extern HANDLE ghInst;
extern HWND ghWndMain;

extern char szMainMenu[];
extern char szMainClass[];
extern PEXEINFO gpExeInfo;

//*** EOF: global.h


  3 Responses to “Category : C Source Code
Archive   : EXEVIEW.ZIP
Filename : GLOBAL.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/