[PATCH] include/winspool: Add defines for dwAction

Detlef Riekenberg wine.dev at web.de
Tue Feb 26 16:07:41 CST 2008


---
 include/winspool.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/include/winspool.h b/include/winspool.h
index f939a22..d4ba6e3 100644
--- a/include/winspool.h
+++ b/include/winspool.h
@@ -288,6 +288,14 @@ extern "C" {
 #define DPD_DELETE_SPECIFIC_VERSION 0x00000002
 #define DPD_DELETE_ALL_FILES        0x00000004
 
+/* dwAction for PRINTER_INFO_7 */
+#define DSPRINT_PUBLISH     0x00000001
+#define DSPRINT_UPDATE      0x00000002
+#define DSPRINT_UNPUBLISH   0x00000004
+#define DSPRINT_REPUBLISH   0x00000008
+#define DSPRINT_PENDING     0x80000000
+
+/* ##################################### */
 
 /* TYPES */
 typedef struct _PRINTER_DEFAULTSA {
-- 
1.5.3.6


--=-nqzk5FD/eQkGk+0HQ/dV--




More information about the wine-patches mailing list