summaryrefslogtreecommitdiffstats
path: root/private/net/svcdlls/lls/ccfapi32/imagelst.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/net/svcdlls/lls/ccfapi32/imagelst.h')
-rw-r--r--private/net/svcdlls/lls/ccfapi32/imagelst.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/private/net/svcdlls/lls/ccfapi32/imagelst.h b/private/net/svcdlls/lls/ccfapi32/imagelst.h
new file mode 100644
index 000000000..65313e4e2
--- /dev/null
+++ b/private/net/svcdlls/lls/ccfapi32/imagelst.h
@@ -0,0 +1,38 @@
+/*++
+
+Copyright (c) 1994-95 Microsoft Corporation
+
+Module Name:
+
+ imagelst.h
+
+Abstract:
+
+ Constants for shared image list.
+
+Author:
+
+ Don Ryan (donryan) 12-Feb-1995
+
+Environment:
+
+ User Mode - Win32
+
+Revision History:
+
+ Jeff Parham (jeffparh) 12-Nov-1995
+ Copied from LLSMGR and modified for CCFApi bitmaps.
+
+--*/
+
+#ifndef _IMAGELST_H_
+#define _IMAGELST_H_
+
+#define BMPI_RGB_BKGND (RGB(0,255,0)) // green mask...
+
+#define BMPI_CERTIFICATE 0
+
+#define BMPI_SMALL_SIZE 18 // one bit border...
+#define BMPI_LARGE_SIZE 34 // one bit border...
+
+#endif // _IMAGELST_H_