EdaxSys.h 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 5.01.0164 */
  3. /* at Mon Mar 17 15:32:31 2003
  4. */
  5. /* Compiler settings for C:\Sph1b\edaxsys\EdaxSys.idl:
  6. Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  7. error checks: allocation ref bounds_check enum stub_data
  8. */
  9. //@@MIDL_FILE_HEADING( )
  10. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  11. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  12. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  13. #endif
  14. #include "rpc.h"
  15. #include "rpcndr.h"
  16. #ifndef __RPCNDR_H_VERSION__
  17. #error this stub requires an updated version of <rpcndr.h>
  18. #endif // __RPCNDR_H_VERSION__
  19. #ifndef COM_NO_WINDOWS_H
  20. #include "windows.h"
  21. #include "ole2.h"
  22. #endif /*COM_NO_WINDOWS_H*/
  23. #ifndef __EdaxSys_h__
  24. #define __EdaxSys_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif
  28. /* Forward Declarations */
  29. #ifndef __IEdaxSystem_FWD_DEFINED__
  30. #define __IEdaxSystem_FWD_DEFINED__
  31. typedef interface IEdaxSystem IEdaxSystem;
  32. #endif /* __IEdaxSystem_FWD_DEFINED__ */
  33. #ifndef __EdaxSystem_FWD_DEFINED__
  34. #define __EdaxSystem_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class EdaxSystem EdaxSystem;
  37. #else
  38. typedef struct EdaxSystem EdaxSystem;
  39. #endif /* __cplusplus */
  40. #endif /* __EdaxSystem_FWD_DEFINED__ */
  41. /* header files for imported files */
  42. #include "oaidl.h"
  43. #include "ocidl.h"
  44. #include "edaxsgsvc.h"
  45. #include "edaxeds.h"
  46. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  47. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  48. #ifndef __IEdaxSystem_INTERFACE_DEFINED__
  49. #define __IEdaxSystem_INTERFACE_DEFINED__
  50. /* interface IEdaxSystem */
  51. /* [unique][helpstring][uuid][object] */
  52. EXTERN_C const IID IID_IEdaxSystem;
  53. #if defined(__cplusplus) && !defined(CINTERFACE)
  54. MIDL_INTERFACE("6FC7A4FC-F8DC-492F-93B1-3BD0C454EE20")
  55. IEdaxSystem : public IUnknown
  56. {
  57. public:
  58. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SgManager(
  59. /* [retval][out] */ ISgManager __RPC_FAR *__RPC_FAR *pVal) = 0;
  60. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_EdsSubSys(
  61. /* [retval][out] */ IEdsSubSys __RPC_FAR *__RPC_FAR *pVal) = 0;
  62. virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_GenUser(
  63. /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  64. virtual /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE put_GenUser(
  65. /* [in] */ BSTR newVal) = 0;
  66. virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_SystemId(
  67. /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  68. virtual /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE put_SystemId(
  69. /* [in] */ BSTR newVal) = 0;
  70. };
  71. #else /* C style interface */
  72. typedef struct IEdaxSystemVtbl
  73. {
  74. BEGIN_INTERFACE
  75. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  76. IEdaxSystem __RPC_FAR * This,
  77. /* [in] */ REFIID riid,
  78. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  79. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  80. IEdaxSystem __RPC_FAR * This);
  81. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  82. IEdaxSystem __RPC_FAR * This);
  83. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SgManager )(
  84. IEdaxSystem __RPC_FAR * This,
  85. /* [retval][out] */ ISgManager __RPC_FAR *__RPC_FAR *pVal);
  86. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_EdsSubSys )(
  87. IEdaxSystem __RPC_FAR * This,
  88. /* [retval][out] */ IEdsSubSys __RPC_FAR *__RPC_FAR *pVal);
  89. /* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_GenUser )(
  90. IEdaxSystem __RPC_FAR * This,
  91. /* [retval][out] */ BSTR __RPC_FAR *pVal);
  92. /* [helpstring][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_GenUser )(
  93. IEdaxSystem __RPC_FAR * This,
  94. /* [in] */ BSTR newVal);
  95. /* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SystemId )(
  96. IEdaxSystem __RPC_FAR * This,
  97. /* [retval][out] */ BSTR __RPC_FAR *pVal);
  98. /* [helpstring][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SystemId )(
  99. IEdaxSystem __RPC_FAR * This,
  100. /* [in] */ BSTR newVal);
  101. END_INTERFACE
  102. } IEdaxSystemVtbl;
  103. interface IEdaxSystem
  104. {
  105. CONST_VTBL struct IEdaxSystemVtbl __RPC_FAR *lpVtbl;
  106. };
  107. #ifdef COBJMACROS
  108. #define IEdaxSystem_QueryInterface(This,riid,ppvObject) \
  109. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  110. #define IEdaxSystem_AddRef(This) \
  111. (This)->lpVtbl -> AddRef(This)
  112. #define IEdaxSystem_Release(This) \
  113. (This)->lpVtbl -> Release(This)
  114. #define IEdaxSystem_get_SgManager(This,pVal) \
  115. (This)->lpVtbl -> get_SgManager(This,pVal)
  116. #define IEdaxSystem_get_EdsSubSys(This,pVal) \
  117. (This)->lpVtbl -> get_EdsSubSys(This,pVal)
  118. #define IEdaxSystem_get_GenUser(This,pVal) \
  119. (This)->lpVtbl -> get_GenUser(This,pVal)
  120. #define IEdaxSystem_put_GenUser(This,newVal) \
  121. (This)->lpVtbl -> put_GenUser(This,newVal)
  122. #define IEdaxSystem_get_SystemId(This,pVal) \
  123. (This)->lpVtbl -> get_SystemId(This,pVal)
  124. #define IEdaxSystem_put_SystemId(This,newVal) \
  125. (This)->lpVtbl -> put_SystemId(This,newVal)
  126. #endif /* COBJMACROS */
  127. #endif /* C style interface */
  128. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_get_SgManager_Proxy(
  129. IEdaxSystem __RPC_FAR * This,
  130. /* [retval][out] */ ISgManager __RPC_FAR *__RPC_FAR *pVal);
  131. void __RPC_STUB IEdaxSystem_get_SgManager_Stub(
  132. IRpcStubBuffer *This,
  133. IRpcChannelBuffer *_pRpcChannelBuffer,
  134. PRPC_MESSAGE _pRpcMessage,
  135. DWORD *_pdwStubPhase);
  136. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_get_EdsSubSys_Proxy(
  137. IEdaxSystem __RPC_FAR * This,
  138. /* [retval][out] */ IEdsSubSys __RPC_FAR *__RPC_FAR *pVal);
  139. void __RPC_STUB IEdaxSystem_get_EdsSubSys_Stub(
  140. IRpcStubBuffer *This,
  141. IRpcChannelBuffer *_pRpcChannelBuffer,
  142. PRPC_MESSAGE _pRpcMessage,
  143. DWORD *_pdwStubPhase);
  144. /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_get_GenUser_Proxy(
  145. IEdaxSystem __RPC_FAR * This,
  146. /* [retval][out] */ BSTR __RPC_FAR *pVal);
  147. void __RPC_STUB IEdaxSystem_get_GenUser_Stub(
  148. IRpcStubBuffer *This,
  149. IRpcChannelBuffer *_pRpcChannelBuffer,
  150. PRPC_MESSAGE _pRpcMessage,
  151. DWORD *_pdwStubPhase);
  152. /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_put_GenUser_Proxy(
  153. IEdaxSystem __RPC_FAR * This,
  154. /* [in] */ BSTR newVal);
  155. void __RPC_STUB IEdaxSystem_put_GenUser_Stub(
  156. IRpcStubBuffer *This,
  157. IRpcChannelBuffer *_pRpcChannelBuffer,
  158. PRPC_MESSAGE _pRpcMessage,
  159. DWORD *_pdwStubPhase);
  160. /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_get_SystemId_Proxy(
  161. IEdaxSystem __RPC_FAR * This,
  162. /* [retval][out] */ BSTR __RPC_FAR *pVal);
  163. void __RPC_STUB IEdaxSystem_get_SystemId_Stub(
  164. IRpcStubBuffer *This,
  165. IRpcChannelBuffer *_pRpcChannelBuffer,
  166. PRPC_MESSAGE _pRpcMessage,
  167. DWORD *_pdwStubPhase);
  168. /* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IEdaxSystem_put_SystemId_Proxy(
  169. IEdaxSystem __RPC_FAR * This,
  170. /* [in] */ BSTR newVal);
  171. void __RPC_STUB IEdaxSystem_put_SystemId_Stub(
  172. IRpcStubBuffer *This,
  173. IRpcChannelBuffer *_pRpcChannelBuffer,
  174. PRPC_MESSAGE _pRpcMessage,
  175. DWORD *_pdwStubPhase);
  176. #endif /* __IEdaxSystem_INTERFACE_DEFINED__ */
  177. #ifndef __EDAXSYSLib_LIBRARY_DEFINED__
  178. #define __EDAXSYSLib_LIBRARY_DEFINED__
  179. /* library EDAXSYSLib */
  180. /* [helpstring][version][uuid] */
  181. EXTERN_C const IID LIBID_EDAXSYSLib;
  182. EXTERN_C const CLSID CLSID_EdaxSystem;
  183. #ifdef __cplusplus
  184. class DECLSPEC_UUID("D2D67882-F210-44DF-A9B8-EC5E9EAFED0D")
  185. EdaxSystem;
  186. #endif
  187. #endif /* __EDAXSYSLib_LIBRARY_DEFINED__ */
  188. /* Additional Prototypes for ALL interfaces */
  189. unsigned long __RPC_USER BSTR_UserSize( unsigned long __RPC_FAR *, unsigned long , BSTR __RPC_FAR * );
  190. unsigned char __RPC_FAR * __RPC_USER BSTR_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
  191. unsigned char __RPC_FAR * __RPC_USER BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
  192. void __RPC_USER BSTR_UserFree( unsigned long __RPC_FAR *, BSTR __RPC_FAR * );
  193. /* end of Additional Prototypes */
  194. #ifdef __cplusplus
  195. }
  196. #endif
  197. #endif