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

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
cplusinc.h
Abstract:
Author:
Byron CHanguion (byronc) 29-May-2000
Revision History:
29-May-2000 ByronC created
--*/
#ifdef WINNT
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0500
#endif
#endif
#define _ATL_APARTMENT_FREE
#include <atlbase.h>
//You may derive a class from CComModule and use it if you want to override
//something, but do not change the name of _Module
extern CComModule _Module;
#include <atlcom.h>
#include <atlwin.h>
#include <atlapp.h>
#include <atltmp.h>
#include <stilib.h>
#include <stidebug.h>
#include <validate.h>
#include <regentry.h> // registry manipulation object
#include "wialog.h"
#include "apiutil.h"
//
// Files needed for WIA runtime event notifications
//
#include <Rpcasync.h>
#include "stirpc.h"
#include "simlist.h"
#include "simreg.h"
#include "lock.h"
#include "EventRegistrationInfo.h"
#include "ClientEventRegistrationInfo.h"
#include "WiaEventInfo.h"
#include "ClientEventTransport.h"
#include "AsyncRPCEventTransport.h"
#include "RegistrationCookie.h"
#include "WiaEventReceiver.h"
#include "stisvc.h"
#include "regstr.h"
#define STISVC_REG_PATH L"System\\CurrentControlSet\\Services\\" STI_SERVICE_NAME