/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 3.01.75 */ /* at Sat Sep 06 15:15:40 1997 */ /* Compiler settings for TtfInfo.idl: Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext error checks: none */ //@@MIDL_FILE_HEADING( ) #include "rpc.h" #include "rpcndr.h" #ifndef COM_NO_WINDOWS_H #include "windows.h" #include "ole2.h" #endif /*COM_NO_WINDOWS_H*/ #ifndef __TtfInfo_h__ #define __TtfInfo_h__ #ifdef __cplusplus extern "C"{ #endif /* Forward Declarations */ #ifndef __ITrueTypeFontInfo_FWD_DEFINED__ #define __ITrueTypeFontInfo_FWD_DEFINED__ typedef interface ITrueTypeFontInfo ITrueTypeFontInfo; #endif /* __ITrueTypeFontInfo_FWD_DEFINED__ */ #ifndef __FontInfo_FWD_DEFINED__ #define __FontInfo_FWD_DEFINED__ #ifdef __cplusplus typedef class FontInfo FontInfo; #else typedef struct FontInfo FontInfo; #endif /* __cplusplus */ #endif /* __FontInfo_FWD_DEFINED__ */ /* header files for imported files */ #include "oaidl.h" #include "ocidl.h" void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t); void __RPC_USER MIDL_user_free( void __RPC_FAR * ); #ifndef __ITrueTypeFontInfo_INTERFACE_DEFINED__ #define __ITrueTypeFontInfo_INTERFACE_DEFINED__ /**************************************** * Generated header for interface: ITrueTypeFontInfo * at Sat Sep 06 15:15:40 1997 * using MIDL 3.01.75 ****************************************/ /* [unique][helpstring][dual][uuid][object] */ EXTERN_C const IID IID_ITrueTypeFontInfo; #if defined(__cplusplus) && !defined(CINTERFACE) interface DECLSPEC_UUID("F6CC491D-26B2-11D1-ACED-204C4F4F5020") ITrueTypeFontInfo : public IDispatch { public: virtual /* [helpstring][id][propget][hidden] */ HRESULT STDMETHODCALLTYPE get__FileName( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propput][hidden] */ HRESULT STDMETHODCALLTYPE put__FileName( /* [in] */ BSTR newVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_FileName( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_FileName( /* [in] */ BSTR newVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Copyright( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Family( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ID( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Name( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_PostscriptName( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Subfamily( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Trademark( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Version( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RegisteredFileName( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetFontsDirectory( /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Install( /* [optional][in] */ VARIANT_BOOL bPermanent) = 0; virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Uninstall( /* [optional][in] */ VARIANT_BOOL bPermanent) = 0; }; #else /* C style interface */ typedef struct ITrueTypeFontInfoVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( ITrueTypeFontInfo __RPC_FAR * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject); ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( ITrueTypeFontInfo __RPC_FAR * This); ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( ITrueTypeFontInfo __RPC_FAR * This); HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( ITrueTypeFontInfo __RPC_FAR * This, /* [out] */ UINT __RPC_FAR *pctinfo); HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( ITrueTypeFontInfo __RPC_FAR * This, /* [in] */ UINT iTInfo, /* [in] */ LCID lcid, /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo); HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( ITrueTypeFontInfo __RPC_FAR * This, /* [in] */ REFIID riid, /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames, /* [in] */ UINT cNames, /* [in] */ LCID lcid, /* [size_is][out] */ DISPID __RPC_FAR *rgDispId); /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( ITrueTypeFontInfo __RPC_FAR * This, /* [in] */ DISPID dispIdMember, /* [in] */ REFIID riid, /* [in] */ LCID lcid, /* [in] */ WORD wFlags, /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams, /* [out] */ VARIANT __RPC_FAR *pVarResult, /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo, /* [out] */ UINT __RPC_FAR *puArgErr); /* [helpstring][id][propget][hidden] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get__FileName )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id][propput][hidden] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put__FileName )( ITrueTypeFontInfo __RPC_FAR * This, /* [in] */ BSTR newVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_FileName )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_FileName )( ITrueTypeFontInfo __RPC_FAR * This, /* [in] */ BSTR newVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Copyright )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Family )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ID )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Name )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PostscriptName )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Subfamily )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Trademark )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Version )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RegisteredFileName )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetFontsDirectory )( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Install )( ITrueTypeFontInfo __RPC_FAR * This, /* [optional][in] */ VARIANT_BOOL bPermanent); /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Uninstall )( ITrueTypeFontInfo __RPC_FAR * This, /* [optional][in] */ VARIANT_BOOL bPermanent); END_INTERFACE } ITrueTypeFontInfoVtbl; interface ITrueTypeFontInfo { CONST_VTBL struct ITrueTypeFontInfoVtbl __RPC_FAR *lpVtbl; }; #ifdef COBJMACROS #define ITrueTypeFontInfo_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define ITrueTypeFontInfo_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define ITrueTypeFontInfo_Release(This) \ (This)->lpVtbl -> Release(This) #define ITrueTypeFontInfo_GetTypeInfoCount(This,pctinfo) \ (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) #define ITrueTypeFontInfo_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \ (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) #define ITrueTypeFontInfo_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \ (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) #define ITrueTypeFontInfo_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \ (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) #define ITrueTypeFontInfo_get__FileName(This,pVal) \ (This)->lpVtbl -> get__FileName(This,pVal) #define ITrueTypeFontInfo_put__FileName(This,newVal) \ (This)->lpVtbl -> put__FileName(This,newVal) #define ITrueTypeFontInfo_get_FileName(This,pVal) \ (This)->lpVtbl -> get_FileName(This,pVal) #define ITrueTypeFontInfo_put_FileName(This,newVal) \ (This)->lpVtbl -> put_FileName(This,newVal) #define ITrueTypeFontInfo_get_Copyright(This,pVal) \ (This)->lpVtbl -> get_Copyright(This,pVal) #define ITrueTypeFontInfo_get_Family(This,pVal) \ (This)->lpVtbl -> get_Family(This,pVal) #define ITrueTypeFontInfo_get_ID(This,pVal) \ (This)->lpVtbl -> get_ID(This,pVal) #define ITrueTypeFontInfo_get_Name(This,pVal) \ (This)->lpVtbl -> get_Name(This,pVal) #define ITrueTypeFontInfo_get_PostscriptName(This,pVal) \ (This)->lpVtbl -> get_PostscriptName(This,pVal) #define ITrueTypeFontInfo_get_Subfamily(This,pVal) \ (This)->lpVtbl -> get_Subfamily(This,pVal) #define ITrueTypeFontInfo_get_Trademark(This,pVal) \ (This)->lpVtbl -> get_Trademark(This,pVal) #define ITrueTypeFontInfo_get_Version(This,pVal) \ (This)->lpVtbl -> get_Version(This,pVal) #define ITrueTypeFontInfo_get_RegisteredFileName(This,pVal) \ (This)->lpVtbl -> get_RegisteredFileName(This,pVal) #define ITrueTypeFontInfo_GetFontsDirectory(This,pVal) \ (This)->lpVtbl -> GetFontsDirectory(This,pVal) #define ITrueTypeFontInfo_Install(This,bPermanent) \ (This)->lpVtbl -> Install(This,bPermanent) #define ITrueTypeFontInfo_Uninstall(This,bPermanent) \ (This)->lpVtbl -> Uninstall(This,bPermanent) #endif /* COBJMACROS */ #endif /* C style interface */ /* [helpstring][id][propget][hidden] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get__FileName_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get__FileName_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propput][hidden] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_put__FileName_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [in] */ BSTR newVal); void __RPC_STUB ITrueTypeFontInfo_put__FileName_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get_FileName_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get_FileName_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_put_FileName_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [in] */ BSTR newVal); void __RPC_STUB ITrueTypeFontInfo_put_FileName_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get_Copyright_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get_Copyright_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get_Family_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get_Family_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get_ID_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get_ID_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get_Name_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get_Name_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get_PostscriptName_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get_PostscriptName_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get_Subfamily_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get_Subfamily_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get_Trademark_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get_Trademark_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get_Version_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get_Version_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_get_RegisteredFileName_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_get_RegisteredFileName_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_GetFontsDirectory_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [retval][out] */ BSTR __RPC_FAR *pVal); void __RPC_STUB ITrueTypeFontInfo_GetFontsDirectory_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_Install_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [optional][in] */ VARIANT_BOOL bPermanent); void __RPC_STUB ITrueTypeFontInfo_Install_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ITrueTypeFontInfo_Uninstall_Proxy( ITrueTypeFontInfo __RPC_FAR * This, /* [optional][in] */ VARIANT_BOOL bPermanent); void __RPC_STUB ITrueTypeFontInfo_Uninstall_Stub( IRpcStubBuffer *This, IRpcChannelBuffer *_pRpcChannelBuffer, PRPC_MESSAGE _pRpcMessage, DWORD *_pdwStubPhase); #endif /* __ITrueTypeFontInfo_INTERFACE_DEFINED__ */ #ifndef __TtfInfoLib_LIBRARY_DEFINED__ #define __TtfInfoLib_LIBRARY_DEFINED__ /**************************************** * Generated header for library: TtfInfoLib * at Sat Sep 06 15:15:40 1997 * using MIDL 3.01.75 ****************************************/ /* [helpstring][version][uuid] */ EXTERN_C const IID LIBID_TtfInfoLib; #ifdef __cplusplus EXTERN_C const CLSID CLSID_FontInfo; class DECLSPEC_UUID("F6CC491E-26B2-11D1-ACED-204C4F4F5020") FontInfo; #endif #endif /* __TtfInfoLib_LIBRARY_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ unsigned long __RPC_USER BSTR_UserSize( unsigned long __RPC_FAR *, unsigned long , BSTR __RPC_FAR * ); unsigned char __RPC_FAR * __RPC_USER BSTR_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * ); unsigned char __RPC_FAR * __RPC_USER BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * ); void __RPC_USER BSTR_UserFree( unsigned long __RPC_FAR *, BSTR __RPC_FAR * ); /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif