Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. cplusinc.h
  5. Abstract:
  6. Author:
  7. Byron CHanguion (byronc) 29-May-2000
  8. Revision History:
  9. 29-May-2000 ByronC created
  10. --*/
  11. #ifdef WINNT
  12. #ifndef _WIN32_WINNT
  13. #define _WIN32_WINNT 0x0500
  14. #endif
  15. #endif
  16. #define _ATL_APARTMENT_FREE
  17. #include <atlbase.h>
  18. //You may derive a class from CComModule and use it if you want to override
  19. //something, but do not change the name of _Module
  20. extern CComModule _Module;
  21. #include <atlcom.h>
  22. #include <atlwin.h>
  23. #include <atlapp.h>
  24. #include <atltmp.h>
  25. #include <stilib.h>
  26. #include <stidebug.h>
  27. #include <validate.h>
  28. #include <regentry.h> // registry manipulation object
  29. #include "wialog.h"
  30. #include "apiutil.h"
  31. //
  32. // Files needed for WIA runtime event notifications
  33. //
  34. #include <Rpcasync.h>
  35. #include "stirpc.h"
  36. #include "simlist.h"
  37. #include "simreg.h"
  38. #include "lock.h"
  39. #include "EventRegistrationInfo.h"
  40. #include "ClientEventRegistrationInfo.h"
  41. #include "WiaEventInfo.h"
  42. #include "ClientEventTransport.h"
  43. #include "AsyncRPCEventTransport.h"
  44. #include "RegistrationCookie.h"
  45. #include "WiaEventReceiver.h"
  46. #include "stisvc.h"
  47. #include "regstr.h"
  48. #define STISVC_REG_PATH L"System\\CurrentControlSet\\Services\\" STI_SERVICE_NAME