source: trunk/src/user32/IMAGE.H@ 12

Last change on this file since 12 was 4, checked in by ktk, 26 years ago

Import

File size: 678 bytes
Line 
1/* $Id: IMAGE.H,v 1.1 1999-05-24 20:19:59 ktk Exp $ */
2
3#ifndef __IMAGE_H__
4#define __IMAGE_H__
5
6//Used in LoadImage
7#define IMAGE_BITMAP 0
8#define IMAGE_ICON 1
9#define IMAGE_CURSOR 2
10#define IMAGE_ENHMETAFILE 3
11
12#define LR_DEFAULTCOLOR 0x0000
13#define LR_MONOCHROME 0x0001
14#define LR_COLOR 0x0002
15#define LR_COPYRETURNORG 0x0004
16#define LR_COPYDELETEORG 0x0008
17#define LR_LOADFROMFILE 0x0010
18#define LR_LOADTRANSPARENT 0x0020
19#define LR_DEFAULTSIZE 0x0040
20#define LR_LOADMAP3DCOLORS 0x1000
21#define LR_CREATEDIBSECTION 0x2000
22#define LR_COPYFROMRESOURCE 0x4000
23#define LR_SHARED 0x8000
24
25#endif
Note: See TracBrowser for help on using the repository browser.