home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pentlk11.zip
/
IMAGES
/
PENTLKT2.IMG
/
unc.dsk
/
WMRECO.H
< prev
next >
Wrap
Text File
|
1994-01-13
|
3KB
|
73 lines
/******************************************************************************
* *
* Name: WMRECO.H *
* *
* Copyright : COPYRIGHT IBM CORPORATION, 1992 *
* LICENSED MATERIAL *
* *
* DISCLAIMER OF WARRANTIES. The following [enclosed] code is *
* sample code created by IBM Corporation. This sample code is not *
* part of any standard or IBM product and is provided to you solely *
* for the purpose of assisting you in the development of your *
* applications. The code is provided "AS IS", without *
* warranty of any kind. IBM shall not be liable for any damages *
* arising out of your use of the sample code, even if they have been *
* advised of the possibility of such damages. * *
* *
******************************************************************************/
#define ID_RESOURCE 1
#define IDD_ML1 2
#define IDD_ML2 3
#define IDD_ML3 4
#define IDD_ML4 5
#define IDD_ML5 6
#define IDD_ML6 7
#define IDD_ML7 8
#define IDD_ML8 9
#define IDD_ML9 10
#define IDD_MLA 11
#define IDD_OK 12
#define IDD_DLG 13
#define STR_1 21
#define STR_A 22
#define STR_B 23
#define STR_11 31
#define STR_12 32
#define STR_13 33
#define STR_14 34
#define STR_15 35
#define STR_16 36
#define STR_17 37
#define STR_18 38
#define STR_19 39
#define IDM_EXIT WM_USER + 1
#define RECO_MSG WM_USER + 2
/* for the main window text */
CHAR achInit[][68] =
{"This program will receive the WM_RECO message. ",
"Make this window active to receive the mesage. ",
"Make a gesture and its RECODATA will be given in dialog box. " };
HWND hwndFrame;
HAB hab;
CHAR achOutBuf[80];
CHAR achLine2[80];
CHAR achLine3[80];
CHAR achLine4[80];
CHAR achLine5[80];
CHAR achLine6[80];
CHAR achLine7[80];
CHAR achLine8[80];
CHAR achLine9[250];
VOID main(VOID);
MRESULT EXPENTRY ClientWindowProc(HWND, ULONG, MPARAM, MPARAM);
MRESULT EXPENTRY TestDlgProc(HWND, ULONG, MPARAM, MPARAM);
VOID GetString(ULONG, LONG, PSZ);