MSI: add property IDs for MSI summary information

Mike McCormack mike at codeweavers.com
Mon Mar 14 01:13:35 CST 2005


ChangeLog:
* add property IDs for MSI summary information
-------------- next part --------------
Index: include/msidefs.h
===================================================================
RCS file: /home/wine/wine/include/msidefs.h,v
retrieving revision 1.4
diff -u -p -r1.4 msidefs.h
--- include/msidefs.h	24 Feb 2005 10:05:34 -0000	1.4
+++ include/msidefs.h	14 Mar 2005 07:12:49 -0000
@@ -103,6 +103,30 @@ enum msidbComponentAttributes
     msidbComponentAttributes64bit = 0x00000100
 };
 
+#define PID_DICTIONARY 0
+#define PID_CODEPAGE 1
+#define PID_TITLE 2
+#define PID_SUBJECT 3
+#define PID_AUTHOR 4
+#define PID_KEYWORDS 5
+#define PID_COMMENTS 6
+#define PID_TEMPLATE 7
+#define PID_LASTAUTHOR 8
+#define PID_REVNUMBER 9
+#define PID_EDITTINE 10
+#define PID_LASTPRINTED 11
+#define PID_CREATE_DTM 12
+#define PID_LASTSAVE_DTM 13
+#define PID_PAGECOUNT 14
+#define PID_WORDCOUNT 15
+#define PID_CHARCOUNT 16
+#define PID_THUMBNAIL 17
+#define PID_APPNAME 18
+#define PID_SECURITY 19
+#define PID_MSIVERSION PID_PAGECOUNT
+#define PID_MSISOURCE PID_WORDCOUNT
+#define PID_MSIRESTRICT PID_CHARCOUNT
+
 #ifdef __cplusplus
 }
 #endif


More information about the wine-patches mailing list