📄 gif89.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Tue Jul 08 10:56:29 2008
*/
/* Compiler settings for Gif89.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@MIDL_FILE_HEADING( )
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __Gif89_h__
#define __Gif89_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IGif89a_FWD_DEFINED__
#define __IGif89a_FWD_DEFINED__
typedef interface IGif89a IGif89a;
#endif /* __IGif89a_FWD_DEFINED__ */
#ifndef __Gif89a_FWD_DEFINED__
#define __Gif89a_FWD_DEFINED__
#ifdef __cplusplus
typedef class Gif89a Gif89a;
#else
typedef struct Gif89a Gif89a;
#endif /* __cplusplus */
#endif /* __Gif89a_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
#ifndef __IGif89a_INTERFACE_DEFINED__
#define __IGif89a_INTERFACE_DEFINED__
/* interface IGif89a */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IGif89a;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("28D4752F-CF84-11D1-834C-00A0249F0C28")
IGif89a : public IDispatch
{
public:
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_Enabled(
/* [in] */ VARIANT_BOOL vbool) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Enabled(
/* [retval][out] */ VARIANT_BOOL *pbool) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Window(
/* [retval][out] */ long *phwnd) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Play( void) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Stop( void) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_AutoStart(
/* [retval][out] */ VARIANT_BOOL *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_AutoStart(
/* [in] */ VARIANT_BOOL newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Speed(
/* [retval][out] */ long *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Speed(
/* [in] */ long newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Glass(
/* [retval][out] */ VARIANT_BOOL *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Glass(
/* [in] */ VARIANT_BOOL newVal) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_AutoSize(
/* [in] */ VARIANT_BOOL vbool) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_AutoSize(
/* [retval][out] */ VARIANT_BOOL *pbool) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Embed(
/* [retval][out] */ VARIANT_BOOL *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Embed(
/* [in] */ VARIANT_BOOL newVal) = 0;
virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_FileName(
/* [retval][out] */ BSTR *pVal) = 0;
virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_FileName(
/* [in] */ BSTR newVal) = 0;
virtual /* [id] */ HRESULT STDMETHODCALLTYPE AboutBox( void) = 0;
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SetWin(
/* [in] */ long hWin) = 0;
};
#else /* C style interface */
typedef struct IGif89aVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IGif89a * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IGif89a * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IGif89a * This);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
IGif89a * This,
/* [out] */ UINT *pctinfo);
HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
IGif89a * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo **ppTInfo);
HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
IGif89a * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
IGif89a * This,
/* [in] */ DISPID dispIdMember,
/* [in] */ REFIID riid,
/* [in] */ LCID lcid,
/* [in] */ WORD wFlags,
/* [out][in] */ DISPPARAMS *pDispParams,
/* [out] */ VARIANT *pVarResult,
/* [out] */ EXCEPINFO *pExcepInfo,
/* [out] */ UINT *puArgErr);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Enabled )(
IGif89a * This,
/* [in] */ VARIANT_BOOL vbool);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Enabled )(
IGif89a * This,
/* [retval][out] */ VARIANT_BOOL *pbool);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Window )(
IGif89a * This,
/* [retval][out] */ long *phwnd);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Play )(
IGif89a * This);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Stop )(
IGif89a * This);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_AutoStart )(
IGif89a * This,
/* [retval][out] */ VARIANT_BOOL *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_AutoStart )(
IGif89a * This,
/* [in] */ VARIANT_BOOL newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Speed )(
IGif89a * This,
/* [retval][out] */ long *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Speed )(
IGif89a * This,
/* [in] */ long newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Glass )(
IGif89a * This,
/* [retval][out] */ VARIANT_BOOL *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Glass )(
IGif89a * This,
/* [in] */ VARIANT_BOOL newVal);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_AutoSize )(
IGif89a * This,
/* [in] */ VARIANT_BOOL vbool);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_AutoSize )(
IGif89a * This,
/* [retval][out] */ VARIANT_BOOL *pbool);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Embed )(
IGif89a * This,
/* [retval][out] */ VARIANT_BOOL *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Embed )(
IGif89a * This,
/* [in] */ VARIANT_BOOL newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_FileName )(
IGif89a * This,
/* [retval][out] */ BSTR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_FileName )(
IGif89a * This,
/* [in] */ BSTR newVal);
/* [id] */ HRESULT ( STDMETHODCALLTYPE *AboutBox )(
IGif89a * This);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *SetWin )(
IGif89a * This,
/* [in] */ long hWin);
END_INTERFACE
} IGif89aVtbl;
interface IGif89a
{
CONST_VTBL struct IGif89aVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IGif89a_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IGif89a_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IGif89a_Release(This) \
(This)->lpVtbl -> Release(This)
#define IGif89a_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IGif89a_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IGif89a_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IGif89a_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IGif89a_put_Enabled(This,vbool) \
(This)->lpVtbl -> put_Enabled(This,vbool)
#define IGif89a_get_Enabled(This,pbool) \
(This)->lpVtbl -> get_Enabled(This,pbool)
#define IGif89a_get_Window(This,phwnd) \
(This)->lpVtbl -> get_Window(This,phwnd)
#define IGif89a_Play(This) \
(This)->lpVtbl -> Play(This)
#define IGif89a_Stop(This) \
(This)->lpVtbl -> Stop(This)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -