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.8 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 Wed Feb 09 15:33:22 2000
  5. */
  6. /* Compiler settings for D:\nt\private\admin\bosrc\sources\atl_samp\DSAdminExt\DSAdminExt.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 __DSAdminExt_h__
  28. #define __DSAdminExt_h__
  29. /* Forward Declarations */
  30. #ifndef __ICMenuExt_FWD_DEFINED__
  31. #define __ICMenuExt_FWD_DEFINED__
  32. typedef interface ICMenuExt ICMenuExt;
  33. #endif /* __ICMenuExt_FWD_DEFINED__ */
  34. #ifndef __IPropPageExt_FWD_DEFINED__
  35. #define __IPropPageExt_FWD_DEFINED__
  36. typedef interface IPropPageExt IPropPageExt;
  37. #endif /* __IPropPageExt_FWD_DEFINED__ */
  38. #ifndef __CMenuExt_FWD_DEFINED__
  39. #define __CMenuExt_FWD_DEFINED__
  40. #ifdef __cplusplus
  41. typedef class CMenuExt CMenuExt;
  42. #else
  43. typedef struct CMenuExt CMenuExt;
  44. #endif /* __cplusplus */
  45. #endif /* __CMenuExt_FWD_DEFINED__ */
  46. #ifndef __PropPageExt_FWD_DEFINED__
  47. #define __PropPageExt_FWD_DEFINED__
  48. #ifdef __cplusplus
  49. typedef class PropPageExt PropPageExt;
  50. #else
  51. typedef struct PropPageExt PropPageExt;
  52. #endif /* __cplusplus */
  53. #endif /* __PropPageExt_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 __ICMenuExt_INTERFACE_DEFINED__
  63. #define __ICMenuExt_INTERFACE_DEFINED__
  64. /* interface ICMenuExt */
  65. /* [unique][helpstring][uuid][object] */
  66. EXTERN_C const IID IID_ICMenuExt;
  67. #if defined(__cplusplus) && !defined(CINTERFACE)
  68. MIDL_INTERFACE("52ADFAA1-B9EE-40D4-9185-0C97A999854B")
  69. ICMenuExt : public IUnknown
  70. {
  71. public:
  72. };
  73. #else /* C style interface */
  74. typedef struct ICMenuExtVtbl
  75. {
  76. BEGIN_INTERFACE
  77. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  78. ICMenuExt __RPC_FAR * This,
  79. /* [in] */ REFIID riid,
  80. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  81. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  82. ICMenuExt __RPC_FAR * This);
  83. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  84. ICMenuExt __RPC_FAR * This);
  85. END_INTERFACE
  86. } ICMenuExtVtbl;
  87. interface ICMenuExt
  88. {
  89. CONST_VTBL struct ICMenuExtVtbl __RPC_FAR *lpVtbl;
  90. };
  91. #ifdef COBJMACROS
  92. #define ICMenuExt_QueryInterface(This,riid,ppvObject) \
  93. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  94. #define ICMenuExt_AddRef(This) \
  95. (This)->lpVtbl -> AddRef(This)
  96. #define ICMenuExt_Release(This) \
  97. (This)->lpVtbl -> Release(This)
  98. #endif /* COBJMACROS */
  99. #endif /* C style interface */
  100. #endif /* __ICMenuExt_INTERFACE_DEFINED__ */
  101. #ifndef __IPropPageExt_INTERFACE_DEFINED__
  102. #define __IPropPageExt_INTERFACE_DEFINED__
  103. /* interface IPropPageExt */
  104. /* [unique][helpstring][uuid][object] */
  105. EXTERN_C const IID IID_IPropPageExt;
  106. #if defined(__cplusplus) && !defined(CINTERFACE)
  107. MIDL_INTERFACE("61955412-FE5C-4334-8E92-4E462AB21BB8")
  108. IPropPageExt : public IUnknown
  109. {
  110. public:
  111. };
  112. #else /* C style interface */
  113. typedef struct IPropPageExtVtbl
  114. {
  115. BEGIN_INTERFACE
  116. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  117. IPropPageExt __RPC_FAR * This,
  118. /* [in] */ REFIID riid,
  119. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  120. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  121. IPropPageExt __RPC_FAR * This);
  122. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  123. IPropPageExt __RPC_FAR * This);
  124. END_INTERFACE
  125. } IPropPageExtVtbl;
  126. interface IPropPageExt
  127. {
  128. CONST_VTBL struct IPropPageExtVtbl __RPC_FAR *lpVtbl;
  129. };
  130. #ifdef COBJMACROS
  131. #define IPropPageExt_QueryInterface(This,riid,ppvObject) \
  132. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  133. #define IPropPageExt_AddRef(This) \
  134. (This)->lpVtbl -> AddRef(This)
  135. #define IPropPageExt_Release(This) \
  136. (This)->lpVtbl -> Release(This)
  137. #endif /* COBJMACROS */
  138. #endif /* C style interface */
  139. #endif /* __IPropPageExt_INTERFACE_DEFINED__ */
  140. #ifndef __DSADMINEXTLib_LIBRARY_DEFINED__
  141. #define __DSADMINEXTLib_LIBRARY_DEFINED__
  142. /* library DSADMINEXTLib */
  143. /* [helpstring][version][uuid] */
  144. EXTERN_C const IID LIBID_DSADMINEXTLib;
  145. EXTERN_C const CLSID CLSID_CMenuExt;
  146. #ifdef __cplusplus
  147. class DECLSPEC_UUID("6707A300-264F-4BA3-9537-70E304EED9BA")
  148. CMenuExt;
  149. #endif
  150. EXTERN_C const CLSID CLSID_PropPageExt;
  151. #ifdef __cplusplus
  152. class DECLSPEC_UUID("5D883BEE-BA12-4F61-811D-6337982E131D")
  153. PropPageExt;
  154. #endif
  155. #endif /* __DSADMINEXTLib_LIBRARY_DEFINED__ */
  156. /* Additional Prototypes for ALL interfaces */
  157. /* end of Additional Prototypes */
  158. #ifdef __cplusplus
  159. }
  160. #endif
  161. #endif