MimeInfo.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:5k
源码类别:

模拟服务器

开发平台:

C/C++

  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 6.00.0347 */
  4. /* Compiler settings for mimeinfo.idl:
  5.     Oicf, W1, Zp8, env=Win32 (32b run)
  6.     protocol : dce , ms_ext, c_ext
  7.     error checks: allocation ref bounds_check enum stub_data 
  8.     VC __declspec() decoration level: 
  9.          __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  10.          DECLSPEC_UUID(), MIDL_INTERFACE()
  11. */
  12. //@@MIDL_FILE_HEADING(  )
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef COM_NO_WINDOWS_H
  23. #include "windows.h"
  24. #include "ole2.h"
  25. #endif /*COM_NO_WINDOWS_H*/
  26. #ifndef __mimeinfo_h__
  27. #define __mimeinfo_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */ 
  32. #ifndef __IMimeInfo_FWD_DEFINED__
  33. #define __IMimeInfo_FWD_DEFINED__
  34. typedef interface IMimeInfo IMimeInfo;
  35. #endif  /* __IMimeInfo_FWD_DEFINED__ */
  36. /* header files for imported files */
  37. #include "objidl.h"
  38. #ifdef __cplusplus
  39. extern "C"{
  40. #endif 
  41. void * __RPC_USER MIDL_user_allocate(size_t);
  42. void __RPC_USER MIDL_user_free( void * ); 
  43. /* interface __MIDL_itf_mimeinfo_0000 */
  44. /* [local] */ 
  45. //=--------------------------------------------------------------------------=
  46. // MimeInfo.h
  47. //=--------------------------------------------------------------------------=
  48. // (C) Copyright 1995-1998 Microsoft Corporation.  All Rights Reserved.
  49. //
  50. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  51. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  52. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  53. // PARTICULAR PURPOSE.
  54. //=--------------------------------------------------------------------------=
  55. #pragma comment(lib,"uuid.lib")
  56. //--------------------------------------------------------------------------
  57. // IMimeInfo Interfaces.
  58. extern RPC_IF_HANDLE __MIDL_itf_mimeinfo_0000_v0_0_c_ifspec;
  59. extern RPC_IF_HANDLE __MIDL_itf_mimeinfo_0000_v0_0_s_ifspec;
  60. #ifndef __IMimeInfo_INTERFACE_DEFINED__
  61. #define __IMimeInfo_INTERFACE_DEFINED__
  62. /* interface IMimeInfo */
  63. /* [unique][uuid][object][local] */ 
  64. typedef /* [unique] */ IMimeInfo *LPMIMEINFO;
  65. EXTERN_C const IID IID_IMimeInfo;
  66. #if defined(__cplusplus) && !defined(CINTERFACE)
  67.     
  68.     MIDL_INTERFACE("F77459A0-BF9A-11cf-BA4E-00C04FD70816")
  69.     IMimeInfo : public IUnknown
  70.     {
  71.     public:
  72.         virtual HRESULT STDMETHODCALLTYPE GetMimeCLSIDMapping( 
  73.             /* [out] */ UINT *pcTypes,
  74.             /* [out] */ LPCSTR **ppszTypes,
  75.             /* [out] */ CLSID **ppclsID) = 0;
  76.         
  77.     };
  78.     
  79. #else  /* C style interface */
  80.     typedef struct IMimeInfoVtbl
  81.     {
  82.         BEGIN_INTERFACE
  83.         
  84.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  85.             IMimeInfo * This,
  86.             /* [in] */ REFIID riid,
  87.             /* [iid_is][out] */ void **ppvObject);
  88.         
  89.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  90.             IMimeInfo * This);
  91.         
  92.         ULONG ( STDMETHODCALLTYPE *Release )( 
  93.             IMimeInfo * This);
  94.         
  95.         HRESULT ( STDMETHODCALLTYPE *GetMimeCLSIDMapping )( 
  96.             IMimeInfo * This,
  97.             /* [out] */ UINT *pcTypes,
  98.             /* [out] */ LPCSTR **ppszTypes,
  99.             /* [out] */ CLSID **ppclsID);
  100.         
  101.         END_INTERFACE
  102.     } IMimeInfoVtbl;
  103.     interface IMimeInfo
  104.     {
  105.         CONST_VTBL struct IMimeInfoVtbl *lpVtbl;
  106.     };
  107.     
  108. #ifdef COBJMACROS
  109. #define IMimeInfo_QueryInterface(This,riid,ppvObject)
  110.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  111. #define IMimeInfo_AddRef(This)
  112.     (This)->lpVtbl -> AddRef(This)
  113. #define IMimeInfo_Release(This)
  114.     (This)->lpVtbl -> Release(This)
  115. #define IMimeInfo_GetMimeCLSIDMapping(This,pcTypes,ppszTypes,ppclsID)
  116.     (This)->lpVtbl -> GetMimeCLSIDMapping(This,pcTypes,ppszTypes,ppclsID)
  117. #endif /* COBJMACROS */
  118. #endif  /* C style interface */
  119. HRESULT STDMETHODCALLTYPE IMimeInfo_GetMimeCLSIDMapping_Proxy( 
  120.     IMimeInfo * This,
  121.     /* [out] */ UINT *pcTypes,
  122.     /* [out] */ LPCSTR **ppszTypes,
  123.     /* [out] */ CLSID **ppclsID);
  124. void __RPC_STUB IMimeInfo_GetMimeCLSIDMapping_Stub(
  125.     IRpcStubBuffer *This,
  126.     IRpcChannelBuffer *_pRpcChannelBuffer,
  127.     PRPC_MESSAGE _pRpcMessage,
  128.     DWORD *_pdwStubPhase);
  129. #endif  /* __IMimeInfo_INTERFACE_DEFINED__ */
  130. /* interface __MIDL_itf_mimeinfo_0088 */
  131. /* [local] */ 
  132. #define SID_IMimeInfo IID_IMimeInfo
  133. extern RPC_IF_HANDLE __MIDL_itf_mimeinfo_0088_v0_0_c_ifspec;
  134. extern RPC_IF_HANDLE __MIDL_itf_mimeinfo_0088_v0_0_s_ifspec;
  135. /* Additional Prototypes for ALL interfaces */
  136. /* end of Additional Prototypes */
  137. #ifdef __cplusplus
  138. }
  139. #endif
  140. #endif