⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 erasext_h.h

📁 版本更新了一下
💻 H
字号:


/* this ALWAYS GENERATED file contains the definitions for the interfaces */


 /* File created by MIDL compiler version 7.00.0499 */
/* at Wed Jul 04 21:01:05 2007
 */
/* Compiler settings for .\Erasext.odl:
    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 __Erasext_h_h__
#define __Erasext_h_h__

#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif

/* Forward Declarations */ 

#ifndef __IErasextMenu_FWD_DEFINED__
#define __IErasextMenu_FWD_DEFINED__
typedef interface IErasextMenu IErasextMenu;
#endif 	/* __IErasextMenu_FWD_DEFINED__ */


#ifndef __ERASEXTMENU_FWD_DEFINED__
#define __ERASEXTMENU_FWD_DEFINED__

#ifdef __cplusplus
typedef class ERASEXTMENU ERASEXTMENU;
#else
typedef struct ERASEXTMENU ERASEXTMENU;
#endif /* __cplusplus */

#endif 	/* __ERASEXTMENU_FWD_DEFINED__ */


#ifdef __cplusplus
extern "C"{
#endif 



#ifndef __Erasext_LIBRARY_DEFINED__
#define __Erasext_LIBRARY_DEFINED__

/* library Erasext */
/* [version][uuid] */ 


DEFINE_GUID(LIBID_Erasext,0x8BE13460,0x936F,0x11D1,0xA8,0x7D,0x44,0x45,0x53,0x54,0x00,0x00);

#ifndef __IErasextMenu_DISPINTERFACE_DEFINED__
#define __IErasextMenu_DISPINTERFACE_DEFINED__

/* dispinterface IErasextMenu */
/* [uuid] */ 


DEFINE_GUID(DIID_IErasextMenu,0x8BE13461,0x936F,0x11D1,0xA8,0x7D,0x44,0x45,0x53,0x54,0x00,0x00);

#if defined(__cplusplus) && !defined(CINTERFACE)

    MIDL_INTERFACE("8BE13461-936F-11D1-A87D-444553540000")
    IErasextMenu : public IDispatch
    {
    };
    
#else 	/* C style interface */

    typedef struct IErasextMenuVtbl
    {
        BEGIN_INTERFACE
        
        HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
            IErasextMenu * This,
            /* [in] */ REFIID riid,
            /* [iid_is][out] */ 
            __RPC__deref_out  void **ppvObject);
        
        ULONG ( STDMETHODCALLTYPE *AddRef )( 
            IErasextMenu * This);
        
        ULONG ( STDMETHODCALLTYPE *Release )( 
            IErasextMenu * This);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
            IErasextMenu * This,
            /* [out] */ UINT *pctinfo);
        
        HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
            IErasextMenu * This,
            /* [in] */ UINT iTInfo,
            /* [in] */ LCID lcid,
            /* [out] */ ITypeInfo **ppTInfo);
        
        HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
            IErasextMenu * This,
            /* [in] */ REFIID riid,
            /* [size_is][in] */ LPOLESTR *rgszNames,
            /* [range][in] */ UINT cNames,
            /* [in] */ LCID lcid,
            /* [size_is][out] */ DISPID *rgDispId);
        
        /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
            IErasextMenu * 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);
        
        END_INTERFACE
    } IErasextMenuVtbl;

    interface IErasextMenu
    {
        CONST_VTBL struct IErasextMenuVtbl *lpVtbl;
    };

    

#ifdef COBJMACROS


#define IErasextMenu_QueryInterface(This,riid,ppvObject)	\
    ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 

#define IErasextMenu_AddRef(This)	\
    ( (This)->lpVtbl -> AddRef(This) ) 

#define IErasextMenu_Release(This)	\
    ( (This)->lpVtbl -> Release(This) ) 


#define IErasextMenu_GetTypeInfoCount(This,pctinfo)	\
    ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) 

#define IErasextMenu_GetTypeInfo(This,iTInfo,lcid,ppTInfo)	\
    ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) 

#define IErasextMenu_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)	\
    ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) 

#define IErasextMenu_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)	\
    ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) 

#endif /* COBJMACROS */


#endif 	/* C style interface */


#endif 	/* __IErasextMenu_DISPINTERFACE_DEFINED__ */


DEFINE_GUID(CLSID_ERASEXTMENU,0x8BE13462,0x936F,0x11D1,0xA8,0x7D,0x44,0x45,0x53,0x54,0x00,0x00);

#ifdef __cplusplus

class DECLSPEC_UUID("8BE13462-936F-11D1-A87D-444553540000")
ERASEXTMENU;
#endif
#endif /* __Erasext_LIBRARY_DEFINED__ */

/* Additional Prototypes for ALL interfaces */

/* end of Additional Prototypes */

#ifdef __cplusplus
}
#endif

#endif


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -