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 wamreg.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 #include "rpc.h"
26 #include "rpcndr.h"
27
28 #ifndef __RPCNDR_H_VERSION__
29 #error this stub requires an updated version of <rpcndr.h>
30 #endif // __RPCNDR_H_VERSION__
31
32 #ifndef COM_NO_WINDOWS_H
33 #include "windows.h"
34 #include "ole2.h"
35 #endif /*COM_NO_WINDOWS_H*/
36
37 #ifndef __iwamreg_h__
38 #define __iwamreg_h__
39
40 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
41 #pragma once
42 #endif
43
44 /* Forward Declarations */ 
45
46 #ifndef __IWamAdmin_FWD_DEFINED__
47 #define __IWamAdmin_FWD_DEFINED__
48 typedef interface IWamAdmin IWamAdmin;
49 #endif     /* __IWamAdmin_FWD_DEFINED__ */
50
51
52 #ifndef __IWamAdmin2_FWD_DEFINED__
53 #define __IWamAdmin2_FWD_DEFINED__
54 typedef interface IWamAdmin2 IWamAdmin2;
55 #endif     /* __IWamAdmin2_FWD_DEFINED__ */
56
57
58 #ifndef __IIISApplicationAdmin_FWD_DEFINED__
59 #define __IIISApplicationAdmin_FWD_DEFINED__
60 typedef interface IIISApplicationAdmin IIISApplicationAdmin;
61 #endif     /* __IIISApplicationAdmin_FWD_DEFINED__ */
62
63
64 #ifndef __IIISApplicationAdmin2_FWD_DEFINED__
65 #define __IIISApplicationAdmin2_FWD_DEFINED__
66 typedef interface IIISApplicationAdmin2 IIISApplicationAdmin2;
67 #endif     /* __IIISApplicationAdmin2_FWD_DEFINED__ */
68
69
70 #ifndef __WamAdmin_FWD_DEFINED__
71 #define __WamAdmin_FWD_DEFINED__
72
Lines 73 ... 703 are skipped.
704
705
706
707
708 #endif     /* __IIISApplicationAdmin2_INTERFACE_DEFINED__ */
709
710
711
712 #ifndef __WAMREGLib_LIBRARY_DEFINED__
713 #define __WAMREGLib_LIBRARY_DEFINED__
714
715 /* library WAMREGLib */
716 /* [helpstring][version][uuid] */ 
717
718
719 EXTERN_C const IID LIBID_WAMREGLib;
720
721 EXTERN_C const CLSID CLSID_WamAdmin;
722
723 #ifdef __cplusplus
724
725 class DECLSPEC_UUID("61738644-F196-11D0-9953-00C04FD919C1")
726 WamAdmin;
727 #endif
728 #endif /* __WAMREGLib_LIBRARY_DEFINED__ */
729
730 /* Additional Prototypes for ALL interfaces */
731
732 unsigned long                     __RPC_USER  BSTR_UserSize(        unsigned long *, unsigned long                    , BSTR * ); 
733 unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
734 unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
735 void                                    __RPC_USER  BSTR_UserFree(        unsigned long *, BSTR * ); 
736
737 unsigned long                     __RPC_USER  BSTR_UserSize64(        unsigned long *, unsigned long                    , BSTR * ); 
738 unsigned char * __RPC_USER  BSTR_UserMarshal64(  unsigned long *, unsigned char *, BSTR * ); 
739 unsigned char * __RPC_USER  BSTR_UserUnmarshal64(unsigned long *, unsigned char *, BSTR * ); 
740 void                                    __RPC_USER  BSTR_UserFree64(        unsigned long *, BSTR * ); 
741
742 /* end of Additional Prototypes */
743
744 #ifdef __cplusplus
745 }
746 #endif
747
748 #endif
749
750
751
752