From 841ba7de55edbee69cb59497c74c9f3bc2cee4d4 Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Tue, 26 Feb 2008 23:07:41 +0100 Subject: [PATCH] include/winspool: Add defines for dwAction. --- include/winspool.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/winspool.h b/include/winspool.h index f939a228419..d4ba6e3fb27 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 {