winddiui.h revision 930b5f872e89407f445d4000d4e4aaecaa6a0998
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott/*
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden * Header for the Device Driver Interface - User Interface library
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden *
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden * Copyright 2007 Marcel Partap
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott *
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden * This library is free software; you can redistribute it and/or
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden * modify it under the terms of the GNU Lesser General Public
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * License as published by the Free Software Foundation; either
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden * version 2.1 of the License, or (at your option) any later version.
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden *
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden * This library is distributed in the hope that it will be useful,
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden * but WITHOUT ANY WARRANTY; without even the implied warranty of
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden * Lesser General Public License for more details.
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott *
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * You should have received a copy of the GNU Lesser General Public
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * License along with this library; if not, write to the Free Software
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott */
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott/*
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * a choice of LGPL license versions is made available with the language indicating
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * that LGPLv2 or any later version may be used, or where a choice of which version
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott * of the LGPL is applied is otherwise unspecified.
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott */
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott#ifndef __WINE_WINDDIUI_H
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott#define __WINE_WINDDIUI_H
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott#include <ddk/compstui.h>
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott#ifdef __cplusplus
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshottextern "C" {
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott#endif
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott#define DRIVER_EVENT_INITIALIZE 1
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott#define DRIVER_EVENT_DELETE 2
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott
d0da70ccbba38b773e7a7cc71bc124b06206d201Robert Wapshott#define PRINTER_EVENT_ADD_CONNECTION 1
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden#define PRINTER_EVENT_DELETE_CONNECTION 2
8d75f7fba11e555d87ff0f6f2a7504681c482e0bNeil Madden#define PRINTER_EVENT_INITIALIZE 3
87d68743726585ee101ba2e7be2cf06cd34ebb80Neil Madden#define PRINTER_EVENT_DELETE 4
87d68743726585ee101ba2e7be2cf06cd34ebb80Neil Madden#define PRINTER_EVENT_CACHE_REFRESH 5
87d68743726585ee101ba2e7be2cf06cd34ebb80Neil Madden#define PRINTER_EVENT_CACHE_DELETE 6
87d68743726585ee101ba2e7be2cf06cd34ebb80Neil Madden#define PRINTER_EVENT_ATTRIBUTES_CHANGED 7
#define PRINTER_EVENT_FLAG_NO_UI 1
BOOL WINAPI DrvDriverEvent(DWORD, DWORD, LPBYTE, LPARAM);
BOOL WINAPI DrvPrinterEvent(LPWSTR, INT, DWORD, LPARAM);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* __WINE_WINDDIUI_H */