source: trunk/src/user32/old/IMAGE.H@ 2013

Last change on this file since 2013 was 950, checked in by sandervl, 26 years ago

Moved old user32 here

File size: 671 bytes
Line 
1/* $Id: IMAGE.H,v 1.3 1999-09-15 23:20:36 sandervl 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.