home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
apps
/
textalgn.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
|
1988-08-11
|
360 b
|
13 lines
/* Control IDs */
#define IDM_SYSTEM 301
#define IDM_ALIGNLEFT 405
#define IDM_ALIGNCENTER 406
#define IDM_ALIGNRIGHT 407
#define IDM_ALIGNTOP 408
#define IDM_ALIGNBASE 409
#define IDM_ALIGNBOTTOM 410
#define IDM_CLEAR 411
int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);