1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0453 */
7 /* Compiler settings for wiavideo.idl:
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__ 475
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 __wiavideo_h__
43 #define __wiavideo_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IWiaVideo_FWD_DEFINED__
52 #define __IWiaVideo_FWD_DEFINED__
53 typedef interface IWiaVideo IWiaVideo;
54 #endif     /* __IWiaVideo_FWD_DEFINED__ */
55
56
57 #ifndef __WiaVideo_FWD_DEFINED__
58 #define __WiaVideo_FWD_DEFINED__
59
60 #ifdef __cplusplus
61 typedef class WiaVideo WiaVideo;
62 #else
63 typedef struct WiaVideo WiaVideo;
64 #endif /* __cplusplus */
65
66 #endif     /* __WiaVideo_FWD_DEFINED__ */
67
68
69 /* header files for imported files */
70 #include "oaidl.h"
71 #include "ocidl.h"
72
Lines 73 ... 460 are skipped.
461       DWORD *_pdwStubPhase);
462
463
464
465 #endif     /* __IWiaVideo_INTERFACE_DEFINED__ */
466
467
468
469 #ifndef __WIAVIDEOLib_LIBRARY_DEFINED__
470 #define __WIAVIDEOLib_LIBRARY_DEFINED__
471
472 /* library WIAVIDEOLib */
473 /* [helpstring][version][uuid] */ 
474
475
476 EXTERN_C const IID LIBID_WIAVIDEOLib;
477
478 EXTERN_C const CLSID CLSID_WiaVideo;
479
480 #ifdef __cplusplus
481
482 class DECLSPEC_UUID("3908C3CD-4478-4536-AF2F-10C25D4EF89A")
483 WiaVideo;
484 #endif
485 #endif /* __WIAVIDEOLib_LIBRARY_DEFINED__ */
486
487 /* Additional Prototypes for ALL interfaces */
488
489 unsigned long                     __RPC_USER  BSTR_UserSize(        unsigned long *, unsigned long                    , BSTR * ); 
490 unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
491 unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
492 void                                    __RPC_USER  BSTR_UserFree(        unsigned long *, BSTR * ); 
493
494 unsigned long                     __RPC_USER  HWND_UserSize(        unsigned long *, unsigned long                    , HWND * ); 
495 unsigned char * __RPC_USER  HWND_UserMarshal(  unsigned long *, unsigned char *, HWND * ); 
496 unsigned char * __RPC_USER  HWND_UserUnmarshal(unsigned long *, unsigned char *, HWND * ); 
497 void                                    __RPC_USER  HWND_UserFree(        unsigned long *, HWND * ); 
498
499 /* end of Additional Prototypes */
500
501 #ifdef __cplusplus
502 }
503 #endif
504
505 #endif
506
507
508
509