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.

262 lines
5.7 KiB

  1. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  3. /* File created by MIDL compiler version 5.03.0280 */
  4. /* at Tue Dec 21 18:02:40 1999
  5. */
  6. /* Compiler settings for D:\nt\mmc_atl\ExtSnap\ExtSnap.idl:
  7. Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
  8. error checks: allocation ref bounds_check enum stub_data
  9. VC __declspec() decoration level:
  10. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  11. DECLSPEC_UUID(), MIDL_INTERFACE()
  12. */
  13. //@@MIDL_FILE_HEADING( )
  14. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  15. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  16. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  17. #endif
  18. #include "rpc.h"
  19. #include "rpcndr.h"
  20. #ifndef __RPCNDR_H_VERSION__
  21. #error this stub requires an updated version of <rpcndr.h>
  22. #endif // __RPCNDR_H_VERSION__
  23. #ifndef COM_NO_WINDOWS_H
  24. #include "windows.h"
  25. #include "ole2.h"
  26. #endif /*COM_NO_WINDOWS_H*/
  27. #ifndef __ExtSnap_h__
  28. #define __ExtSnap_h__
  29. /* Forward Declarations */
  30. #ifndef __IAbout_FWD_DEFINED__
  31. #define __IAbout_FWD_DEFINED__
  32. typedef interface IAbout IAbout;
  33. #endif /* __IAbout_FWD_DEFINED__ */
  34. #ifndef __IClassExtSnap_FWD_DEFINED__
  35. #define __IClassExtSnap_FWD_DEFINED__
  36. typedef interface IClassExtSnap IClassExtSnap;
  37. #endif /* __IClassExtSnap_FWD_DEFINED__ */
  38. #ifndef __About_FWD_DEFINED__
  39. #define __About_FWD_DEFINED__
  40. #ifdef __cplusplus
  41. typedef class About About;
  42. #else
  43. typedef struct About About;
  44. #endif /* __cplusplus */
  45. #endif /* __About_FWD_DEFINED__ */
  46. #ifndef __ClassExtSnap_FWD_DEFINED__
  47. #define __ClassExtSnap_FWD_DEFINED__
  48. #ifdef __cplusplus
  49. typedef class ClassExtSnap ClassExtSnap;
  50. #else
  51. typedef struct ClassExtSnap ClassExtSnap;
  52. #endif /* __cplusplus */
  53. #endif /* __ClassExtSnap_FWD_DEFINED__ */
  54. /* header files for imported files */
  55. #include "oaidl.h"
  56. #include "ocidl.h"
  57. #ifdef __cplusplus
  58. extern "C"{
  59. #endif
  60. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  61. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  62. #ifndef __IAbout_INTERFACE_DEFINED__
  63. #define __IAbout_INTERFACE_DEFINED__
  64. /* interface IAbout */
  65. /* [unique][helpstring][uuid][object] */
  66. EXTERN_C const IID IID_IAbout;
  67. #if defined(__cplusplus) && !defined(CINTERFACE)
  68. MIDL_INTERFACE("3AC3AD56-7391-48A4-8837-60BCC3FB8D28")
  69. IAbout : public IUnknown
  70. {
  71. public:
  72. };
  73. #else /* C style interface */
  74. typedef struct IAboutVtbl
  75. {
  76. BEGIN_INTERFACE
  77. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  78. IAbout __RPC_FAR * This,
  79. /* [in] */ REFIID riid,
  80. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  81. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  82. IAbout __RPC_FAR * This);
  83. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  84. IAbout __RPC_FAR * This);
  85. END_INTERFACE
  86. } IAboutVtbl;
  87. interface IAbout
  88. {
  89. CONST_VTBL struct IAboutVtbl __RPC_FAR *lpVtbl;
  90. };
  91. #ifdef COBJMACROS
  92. #define IAbout_QueryInterface(This,riid,ppvObject) \
  93. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  94. #define IAbout_AddRef(This) \
  95. (This)->lpVtbl -> AddRef(This)
  96. #define IAbout_Release(This) \
  97. (This)->lpVtbl -> Release(This)
  98. #endif /* COBJMACROS */
  99. #endif /* C style interface */
  100. #endif /* __IAbout_INTERFACE_DEFINED__ */
  101. #ifndef __IClassExtSnap_INTERFACE_DEFINED__
  102. #define __IClassExtSnap_INTERFACE_DEFINED__
  103. /* interface IClassExtSnap */
  104. /* [unique][helpstring][uuid][object] */
  105. EXTERN_C const IID IID_IClassExtSnap;
  106. #if defined(__cplusplus) && !defined(CINTERFACE)
  107. MIDL_INTERFACE("D44A9455-D873-48A9-A2A0-E55A8065B7EB")
  108. IClassExtSnap : public IUnknown
  109. {
  110. public:
  111. };
  112. #else /* C style interface */
  113. typedef struct IClassExtSnapVtbl
  114. {
  115. BEGIN_INTERFACE
  116. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  117. IClassExtSnap __RPC_FAR * This,
  118. /* [in] */ REFIID riid,
  119. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  120. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  121. IClassExtSnap __RPC_FAR * This);
  122. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  123. IClassExtSnap __RPC_FAR * This);
  124. END_INTERFACE
  125. } IClassExtSnapVtbl;
  126. interface IClassExtSnap
  127. {
  128. CONST_VTBL struct IClassExtSnapVtbl __RPC_FAR *lpVtbl;
  129. };
  130. #ifdef COBJMACROS
  131. #define IClassExtSnap_QueryInterface(This,riid,ppvObject) \
  132. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  133. #define IClassExtSnap_AddRef(This) \
  134. (This)->lpVtbl -> AddRef(This)
  135. #define IClassExtSnap_Release(This) \
  136. (This)->lpVtbl -> Release(This)
  137. #endif /* COBJMACROS */
  138. #endif /* C style interface */
  139. #endif /* __IClassExtSnap_INTERFACE_DEFINED__ */
  140. #ifndef __EXTSNAPLib_LIBRARY_DEFINED__
  141. #define __EXTSNAPLib_LIBRARY_DEFINED__
  142. /* library EXTSNAPLib */
  143. /* [helpstring][version][uuid] */
  144. EXTERN_C const IID LIBID_EXTSNAPLib;
  145. EXTERN_C const CLSID CLSID_About;
  146. #ifdef __cplusplus
  147. class DECLSPEC_UUID("4E7F429A-9A8A-4FA5-BBA0-10EB183898D1")
  148. About;
  149. #endif
  150. EXTERN_C const CLSID CLSID_ClassExtSnap;
  151. #ifdef __cplusplus
  152. class DECLSPEC_UUID("3F40BB91-D7E4-4A37-9DE7-4D837B30F998")
  153. ClassExtSnap;
  154. #endif
  155. #endif /* __EXTSNAPLib_LIBRARY_DEFINED__ */
  156. /* Additional Prototypes for ALL interfaces */
  157. /* end of Additional Prototypes */
  158. #ifdef __cplusplus
  159. }
  160. #endif
  161. #endif