home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
os2sdk
/
os2sdk11
/
tk4
/
opendlg
/
hello
/
hello.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1989-02-20
|
369 b
|
15 lines
/*
HELLO header file
Created by Microsoft Corporation, 1989
*/
#define ID_RESOURCE 1
#define IDM_FILE 10
#define IDM_OPEN 100
#define IDM_SAVE 101
#define IDM_ABOUT 102
#define IDD_ABOUT 1
MRESULT CALLBACK HelloWndProc(HWND, USHORT, MPARAM, MPARAM);
MRESULT CALLBACK AboutDlgProc(HWND, USHORT, MPARAM, MPARAM);
int cdecl main(void);