StructDemo.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:8k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 5.01.0164 */
  3. /* at Fri Feb 26 14:37:23 2010
  4.  */
  5. /* Compiler settings for D:VCday11StructDemoStructDemo.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 __StructDemo_h__
  24. #define __StructDemo_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif 
  28. /* Forward Declarations */ 
  29. #ifndef __IMyStruct_FWD_DEFINED__
  30. #define __IMyStruct_FWD_DEFINED__
  31. typedef interface IMyStruct IMyStruct;
  32. #endif  /* __IMyStruct_FWD_DEFINED__ */
  33. #ifndef __MyStruct_FWD_DEFINED__
  34. #define __MyStruct_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class MyStruct MyStruct;
  37. #else
  38. typedef struct MyStruct MyStruct;
  39. #endif /* __cplusplus */
  40. #endif  /* __MyStruct_FWD_DEFINED__ */
  41. /* header files for imported files */
  42. #include "oaidl.h"
  43. #include "ocidl.h"
  44. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  45. void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 
  46. /* interface __MIDL_itf_StructDemo_0000 */
  47. /* [local] */ 
  48. typedef struct  StPerson
  49.     {
  50.     BSTR name;
  51.     UINT age;
  52.     BSTR sex;
  53.     } StPerson;
  54. extern RPC_IF_HANDLE __MIDL_itf_StructDemo_0000_v0_0_c_ifspec;
  55. extern RPC_IF_HANDLE __MIDL_itf_StructDemo_0000_v0_0_s_ifspec;
  56. #ifndef __IMyStruct_INTERFACE_DEFINED__
  57. #define __IMyStruct_INTERFACE_DEFINED__
  58. /* interface IMyStruct */
  59. /* [unique][helpstring][dual][uuid][object] */ 
  60. EXTERN_C const IID IID_IMyStruct;
  61. #if defined(__cplusplus) && !defined(CINTERFACE)
  62.     
  63.     MIDL_INTERFACE("4FB1A9EF-DBC7-498F-824D-1FEACA15E5A9")
  64.     IMyStruct : public IDispatch
  65.     {
  66.     public:
  67.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetPersonById( 
  68.             /* [in] */ UINT id,
  69.             /* [out] */ StPerson __RPC_FAR *__RPC_FAR *Result) = 0;
  70.         
  71.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetAllPerson( 
  72.             /* [out] */ UINT __RPC_FAR *number,
  73.             /* [out] */ StPerson __RPC_FAR *__RPC_FAR *Result) = 0;
  74.         
  75.     };
  76.     
  77. #else  /* C style interface */
  78.     typedef struct IMyStructVtbl
  79.     {
  80.         BEGIN_INTERFACE
  81.         
  82.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  83.             IMyStruct __RPC_FAR * This,
  84.             /* [in] */ REFIID riid,
  85.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  86.         
  87.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  88.             IMyStruct __RPC_FAR * This);
  89.         
  90.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  91.             IMyStruct __RPC_FAR * This);
  92.         
  93.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( 
  94.             IMyStruct __RPC_FAR * This,
  95.             /* [out] */ UINT __RPC_FAR *pctinfo);
  96.         
  97.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( 
  98.             IMyStruct __RPC_FAR * This,
  99.             /* [in] */ UINT iTInfo,
  100.             /* [in] */ LCID lcid,
  101.             /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  102.         
  103.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( 
  104.             IMyStruct __RPC_FAR * This,
  105.             /* [in] */ REFIID riid,
  106.             /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  107.             /* [in] */ UINT cNames,
  108.             /* [in] */ LCID lcid,
  109.             /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  110.         
  111.         /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( 
  112.             IMyStruct __RPC_FAR * This,
  113.             /* [in] */ DISPID dispIdMember,
  114.             /* [in] */ REFIID riid,
  115.             /* [in] */ LCID lcid,
  116.             /* [in] */ WORD wFlags,
  117.             /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  118.             /* [out] */ VARIANT __RPC_FAR *pVarResult,
  119.             /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  120.             /* [out] */ UINT __RPC_FAR *puArgErr);
  121.         
  122.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetPersonById )( 
  123.             IMyStruct __RPC_FAR * This,
  124.             /* [in] */ UINT id,
  125.             /* [out] */ StPerson __RPC_FAR *__RPC_FAR *Result);
  126.         
  127.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetAllPerson )( 
  128.             IMyStruct __RPC_FAR * This,
  129.             /* [out] */ UINT __RPC_FAR *number,
  130.             /* [out] */ StPerson __RPC_FAR *__RPC_FAR *Result);
  131.         
  132.         END_INTERFACE
  133.     } IMyStructVtbl;
  134.     interface IMyStruct
  135.     {
  136.         CONST_VTBL struct IMyStructVtbl __RPC_FAR *lpVtbl;
  137.     };
  138.     
  139. #ifdef COBJMACROS
  140. #define IMyStruct_QueryInterface(This,riid,ppvObject)
  141.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  142. #define IMyStruct_AddRef(This)
  143.     (This)->lpVtbl -> AddRef(This)
  144. #define IMyStruct_Release(This)
  145.     (This)->lpVtbl -> Release(This)
  146. #define IMyStruct_GetTypeInfoCount(This,pctinfo)
  147.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  148. #define IMyStruct_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  149.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  150. #define IMyStruct_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  151.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  152. #define IMyStruct_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  153.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  154. #define IMyStruct_GetPersonById(This,id,Result)
  155.     (This)->lpVtbl -> GetPersonById(This,id,Result)
  156. #define IMyStruct_GetAllPerson(This,number,Result)
  157.     (This)->lpVtbl -> GetAllPerson(This,number,Result)
  158. #endif /* COBJMACROS */
  159. #endif  /* C style interface */
  160. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMyStruct_GetPersonById_Proxy( 
  161.     IMyStruct __RPC_FAR * This,
  162.     /* [in] */ UINT id,
  163.     /* [out] */ StPerson __RPC_FAR *__RPC_FAR *Result);
  164. void __RPC_STUB IMyStruct_GetPersonById_Stub(
  165.     IRpcStubBuffer *This,
  166.     IRpcChannelBuffer *_pRpcChannelBuffer,
  167.     PRPC_MESSAGE _pRpcMessage,
  168.     DWORD *_pdwStubPhase);
  169. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IMyStruct_GetAllPerson_Proxy( 
  170.     IMyStruct __RPC_FAR * This,
  171.     /* [out] */ UINT __RPC_FAR *number,
  172.     /* [out] */ StPerson __RPC_FAR *__RPC_FAR *Result);
  173. void __RPC_STUB IMyStruct_GetAllPerson_Stub(
  174.     IRpcStubBuffer *This,
  175.     IRpcChannelBuffer *_pRpcChannelBuffer,
  176.     PRPC_MESSAGE _pRpcMessage,
  177.     DWORD *_pdwStubPhase);
  178. #endif  /* __IMyStruct_INTERFACE_DEFINED__ */
  179. #ifndef __STRUCTDEMOLib_LIBRARY_DEFINED__
  180. #define __STRUCTDEMOLib_LIBRARY_DEFINED__
  181. /* library STRUCTDEMOLib */
  182. /* [helpstring][version][uuid] */ 
  183. EXTERN_C const IID LIBID_STRUCTDEMOLib;
  184. EXTERN_C const CLSID CLSID_MyStruct;
  185. #ifdef __cplusplus
  186. class DECLSPEC_UUID("0C704694-9121-496F-B635-FD4B3BAD4C53")
  187. MyStruct;
  188. #endif
  189. #endif /* __STRUCTDEMOLib_LIBRARY_DEFINED__ */
  190. /* Additional Prototypes for ALL interfaces */
  191. unsigned long             __RPC_USER  BSTR_UserSize(     unsigned long __RPC_FAR *, unsigned long            , BSTR __RPC_FAR * ); 
  192. unsigned char __RPC_FAR * __RPC_USER  BSTR_UserMarshal(  unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * ); 
  193. unsigned char __RPC_FAR * __RPC_USER  BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * ); 
  194. void                      __RPC_USER  BSTR_UserFree(     unsigned long __RPC_FAR *, BSTR __RPC_FAR * ); 
  195. /* end of Additional Prototypes */
  196. #ifdef __cplusplus
  197. }
  198. #endif
  199. #endif