1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for wia_lh.idl, wia_lh.acf:
8       Oicf, W1, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext, robust
10       error checks: allocation ref bounds_check enum stub_data 
11       VC __declspec() decoration level: 
12                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13                DECLSPEC_UUID(), MIDL_INTERFACE()
14 */
15 //@@MIDL_FILE_HEADING(  )
16
17 #pragma warning( disable: 4049 )  /* more than 64k source lines */
18
19
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 500
23 #endif
24
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
29
30 #include "rpc.h"
31 #include "rpcndr.h"
32
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
36
37 #ifndef COM_NO_WINDOWS_H
38 #include "windows.h"
39 #include "ole2.h"
40 #endif /*COM_NO_WINDOWS_H*/
41
42 #ifndef __wia_lh_h__
43 #define __wia_lh_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IWiaDevMgr_FWD_DEFINED__
52 #define __IWiaDevMgr_FWD_DEFINED__
53 typedef interface IWiaDevMgr IWiaDevMgr;
54 #endif     /* __IWiaDevMgr_FWD_DEFINED__ */
55
56
57 #ifndef __IEnumWIA_DEV_INFO_FWD_DEFINED__
58 #define __IEnumWIA_DEV_INFO_FWD_DEFINED__
59 typedef interface IEnumWIA_DEV_INFO IEnumWIA_DEV_INFO;
60 #endif     /* __IEnumWIA_DEV_INFO_FWD_DEFINED__ */
61
62
63 #ifndef __IWiaEventCallback_FWD_DEFINED__
64 #define __IWiaEventCallback_FWD_DEFINED__
65 typedef interface IWiaEventCallback IWiaEventCallback;
66 #endif     /* __IWiaEventCallback_FWD_DEFINED__ */
67
68
69 #ifndef __IWiaDataCallback_FWD_DEFINED__
70 #define __IWiaDataCallback_FWD_DEFINED__
71 typedef interface IWiaDataCallback IWiaDataCallback;
72 #endif     /* __IWiaDataCallback_FWD_DEFINED__ */
Lines 73 ... 4686 are skipped.
4687       /* [in] */ BSTR bstrIcon);
4688
4689
4690 /* [helpstring][call_as] */ HRESULT STDMETHODCALLTYPE IWiaDevMgr2_RegisterEventCallbackCLSID_Stub( 
4691       IWiaDevMgr2 * This,
4692       /* [in] */ LONG lFlags,
4693       /* [in] */ __RPC__in BSTR bstrDeviceID,
4694       /* [in] */ __RPC__in const GUID *pEventGUID,
4695       /* [unique][in] */ __RPC__in_opt const GUID *pClsID,
4696       /* [in] */ __RPC__in BSTR bstrName,
4697       /* [in] */ __RPC__in BSTR bstrDescription,
4698       /* [in] */ __RPC__in BSTR bstrIcon);
4699
4700 /* [local] */ HRESULT STDMETHODCALLTYPE IWiaDevMgr2_GetImageDlg_Proxy( 
4701       IWiaDevMgr2 * This,
4702       /* [in] */ LONG lFlags,
4703       /* [in] */ BSTR bstrDeviceID,
4704       /* [in] */ HWND hwndParent,
4705       /* [in] */ BSTR bstrFolderName,
4706       /* [in] */ BSTR bstrFilename,
4707       /* [in] */ LONG *plNumFiles,
4708       /* [in] */ BSTR **ppbstrFilePaths,
4709       /* [out][in] */ IWiaItem2 **ppItem);
4710
4711
4712 /* [helpstring][call_as] */ HRESULT STDMETHODCALLTYPE IWiaDevMgr2_GetImageDlg_Stub( 
4713       IWiaDevMgr2 * This,
4714       /* [in] */ LONG lFlags,
4715       /* [in] */ __RPC__in BSTR bstrDeviceID,
4716       /* [in] */ __RPC__in HWND hwndParent,
4717       /* [in] */ __RPC__in BSTR bstrFolderName,
4718       /* [in] */ __RPC__in BSTR bstrFilename,
4719       /* [in] */ __RPC__in LONG *plNumFiles,
4720       /* [in] */ __RPC__deref_in_opt BSTR **ppbstrFilePaths,
4721       /* [out][in] */ __RPC__deref_inout_opt IWiaItem2 **ppItem);
4722
4723
4724
4725 /* end of Additional Prototypes */
4726
4727 #ifdef __cplusplus
4728 }
4729 #endif
4730
4731 #endif
4732
4733
4734
4735