|
|
|
| 1 |
|
|
| 2 |
|
|
| 3 |
|
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ |
| 4 |
|
|
| 5 |
|
|
| 6 |
|
/* File created by MIDL compiler version 7.00.0499 */ |
| 7 |
|
/* Compiler settings for mimeinfo.idl: |
| 8 |
|
Oicf, W1, Zp8, env=Win32 (32b run) |
| 9 |
|
protocol : dce , ms_ext, c_ext, robust |
| 10 |
|
error checks: allocation ref bounds_check enum stub_data |
| 11 |
|
VC __declspec() decoration level: |
| 12 |
|
__declspec(uuid()), __declspec(selectany), __declspec(novtable) |
| 13 |
|
DECLSPEC_UUID(), MIDL_INTERFACE() |
| 14 |
|
*/ |
| 15 |
|
//@@MIDL_FILE_HEADING( ) |
| 16 |
|
|
| 17 |
|
#pragma warning( disable: 4049 ) /* more than 64k source lines */ |
| 18 |
|
|
| 19 |
|
|
| 20 |
|
/* verify that the <rpcndr.h> version is high enough to compile this file*/ |
| 21 |
|
#ifndef __REQUIRED_RPCNDR_H_VERSION__ |
| 22 |
|
#define __REQUIRED_RPCNDR_H_VERSION__ 475 |
| 23 |
|
#endif |
| 24 |
|
|
| 25 |
|
/* verify that the <rpcsal.h> version is high enough to compile this file*/ |
| 26 |
|
#ifndef __REQUIRED_RPCSAL_H_VERSION__ |
| 27 |
|
#define __REQUIRED_RPCSAL_H_VERSION__ 100 |
| 28 |
|
#endif |
| 29 |
|
|
| 30 |
|
#include "rpc.h" |
| 31 |
|
#include "rpcndr.h" |
| 32 |
|
|
| 33 |
|
#ifndef __RPCNDR_H_VERSION__ |
| 34 |
|
#error this stub requires an updated version of <rpcndr.h> |
| 35 |
|
#endif // __RPCNDR_H_VERSION__ |
| 36 |
|
|
| 37 |
|
#ifndef COM_NO_WINDOWS_H |
| 38 |
|
#include "windows.h" |
| 39 |
|
#include "ole2.h" |
| 40 |
|
#endif /*COM_NO_WINDOWS_H*/ |
| 41 |
|
|
| 42 |
|
#ifndef __mimeinfo_h__ |
| 43 |
|
#define __mimeinfo_h__ |
| 44 |
|
|
| 45 |
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020) |
| 46 |
|
#pragma once |
| 47 |
|
#endif |
| 48 |
|
|
| 49 |
|
/* Forward Declarations */ |
| 50 |
|
|
| 51 |
|
#ifndef __IMimeInfo_FWD_DEFINED__ |
| 52 |
|
#define __IMimeInfo_FWD_DEFINED__ |
| 53 |
|
typedef interface IMimeInfo IMimeInfo; |
| 54 |
|
#endif /* __IMimeInfo_FWD_DEFINED__ */ |
| 55 |
|
|
| 56 |
|
|
| 57 |
|
/* header files for imported files */ |
| 58 |
|
#include "objidl.h" |
| 59 |
|
|
| 60 |
|
#ifdef __cplusplus |
| 61 |
|
extern "C"{ |
| 62 |
|
#endif |
| 63 |
|
|
| 64 |
|
|
| 65 |
|
/* interface __MIDL_itf_mimeinfo_0000_0000 */ |
| 66 |
|
/* [local] */ |
| 67 |
|
|
| 68 |
|
//=--------------------------------------------------------------------------= |
| 69 |
|
// MimeInfo.h |
| 70 |
|
//=--------------------------------------------------------------------------= |
| 71 |
|
// (C) Copyright 1995-1998 Microsoft Corporation. All Rights Reserved. |
| 72 |
|
// |
| 73 |
|
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF |
| 74 |
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO |
| 75 |
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A |
| 76 |
|
// PARTICULAR PURPOSE. |
| 77 |
|
//=--------------------------------------------------------------------------= |
| 78 |
|
|
| 79 |
|
#pragma comment(lib,"uuid.lib") |
| 80 |
|
|
| 81 |
|
//-------------------------------------------------------------------------- |
| 82 |
|
// IMimeInfo Interfaces. |
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
extern RPC_IF_HANDLE __MIDL_itf_mimeinfo_0000_0000_v0_0_c_ifspec; |
| 87 |
|
extern RPC_IF_HANDLE __MIDL_itf_mimeinfo_0000_0000_v0_0_s_ifspec; |
| 88 |
|
|
| 89 |
|
#ifndef __IMimeInfo_INTERFACE_DEFINED__ |
| 90 |
|
#define __IMimeInfo_INTERFACE_DEFINED__ |
| 91 |
|
|
| 92 |
|
/* interface IMimeInfo */ |
| 93 |
|
/* [unique][uuid][object][local] */ |
| 94 |
|
|
| 95 |
|
typedef /* [unique] */ IMimeInfo *LPMIMEINFO; |
| 96 |
|
|
| 97 |
|
|
| 98 |
|
EXTERN_C const IID IID_IMimeInfo; |
| 99 |
|
|
| 100 |
|
#if defined(__cplusplus) && !defined(CINTERFACE) |
| 101 |
|
|
| 102 |
|
MIDL_INTERFACE("F77459A0-BF9A-11cf-BA4E-00C04FD70816") |
| 103 |
|
IMimeInfo : public IUnknown |
| 114 |
|
|
| 115 |
|
typedef struct IMimeInfoVtbl |
| 116 |
|
{ |
| 117 |
|
BEGIN_INTERFACE |
| 118 |
|
|
| 119 |
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )( |
| 120 |
|
IMimeInfo * This, |
| 121 |
|
/* [in] */ REFIID riid, |
| 122 |
|
/* [iid_is][out] */ |
| 123 |
|
__RPC__deref_out void **ppvObject); |
| 124 |
|
|
| 125 |
|
ULONG ( STDMETHODCALLTYPE *AddRef )( |
| 126 |
|
IMimeInfo * This); |
| 127 |
|
|
| 128 |
|
ULONG ( STDMETHODCALLTYPE *Release )( |
| 129 |
|
IMimeInfo * This); |
| 130 |
|
|
| 131 |
|
HRESULT ( STDMETHODCALLTYPE *GetMimeCLSIDMapping )( |
| 132 |
|
IMimeInfo * This, |
| 133 |
|
/* [out] */ UINT *pcTypes, |
| 134 |
|
/* [out] */ LPCSTR **ppszTypes, |
| 135 |
|
/* [out] */ CLSID **ppclsID); |
| 136 |
|
|
| 137 |
|
END_INTERFACE |
| 138 |
|
} IMimeInfoVtbl; |
| 139 |
|
|
| 140 |
|
interface IMimeInfo |
| 141 |
|
{ |
| 142 |
|
CONST_VTBL struct IMimeInfoVtbl *lpVtbl; |
| 143 |
|
}; |
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
#ifdef COBJMACROS |
| 148 |
|
|
| 149 |
|
|
| 150 |
|
#define IMimeInfo_QueryInterface(This,riid,ppvObject) \ |
| 151 |
|
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) |
| 152 |
|
|
| 153 |
|
#define IMimeInfo_AddRef(This) \ |
| 154 |
|
( (This)->lpVtbl -> AddRef(This) ) |
| 155 |
|
|
| 156 |
|
#define IMimeInfo_Release(This) \ |
| 157 |
|
( (This)->lpVtbl -> Release(This) ) |
| 158 |
|
|
| 159 |
|
|
| 160 |
|
#define IMimeInfo_GetMimeCLSIDMapping(This,pcTypes,ppszTypes,ppclsID) \ |
| 161 |
|
( (This)->lpVtbl -> GetMimeCLSIDMapping(This,pcTypes,ppszTypes,ppclsID) ) |
| 162 |
|
|
| 163 |
|
#endif /* COBJMACROS */ |
| 164 |
|
|
| 165 |
|
|
| 166 |
|
#endif /* C style interface */ |
| 167 |
|
|
| 168 |
|
|
| 169 |
|
|
| 170 |
|
|
| 171 |
|
#endif /* __IMimeInfo_INTERFACE_DEFINED__ */ |
| 172 |
|
|
| 173 |
|
|
| 174 |
|
/* interface __MIDL_itf_mimeinfo_0000_0001 */ |
| 175 |
|
/* [local] */ |
| 176 |
|
|
| 177 |
|
#define SID_IMimeInfo IID_IMimeInfo |
| 178 |
|
|
| 179 |
|
|
| 180 |
|
extern RPC_IF_HANDLE __MIDL_itf_mimeinfo_0000_0001_v0_0_c_ifspec; |
| 181 |
|
extern RPC_IF_HANDLE __MIDL_itf_mimeinfo_0000_0001_v0_0_s_ifspec; |
| 182 |
|
|
| 183 |
|
/* Additional Prototypes for ALL interfaces */ |
| 184 |
|
|
| 185 |
|
/* end of Additional Prototypes */ |
| 186 |
|
|
| 187 |
|
#ifdef __cplusplus |
| 188 |
|
} |
| 189 |
|
#endif |
| 190 |
|
|
| 191 |
|
#endif |
| 192 |
|
|
| 193 |
|
|
| 194 |
|
|
| 195 |
|
|
|
|
|