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

📄 clockidl.h

📁 《Visual C++.NET MFC类库应用详解》程序实例
💻 H
字号:

#pragma warning( disable: 4049 )  /* more than 64k source lines */

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


 /* File created by MIDL compiler version 6.00.0347 */
/* at Wed Oct 15 22:22:16 2003
 */
/* Compiler settings for Clock.idl:
    Os, W1, Zp8, env=Win32 (32b run)
    protocol : dce , ms_ext, c_ext
    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(  )


/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 440
#endif

#include "rpc.h"
#include "rpcndr.h"

#ifndef __Clockidl_h__
#define __Clockidl_h__

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

/* Forward Declarations */ 

#ifndef ___DClock_FWD_DEFINED__
#define ___DClock_FWD_DEFINED__
typedef interface _DClock _DClock;
#endif 	/* ___DClock_FWD_DEFINED__ */


#ifndef ___DClockEvents_FWD_DEFINED__
#define ___DClockEvents_FWD_DEFINED__
typedef interface _DClockEvents _DClockEvents;
#endif 	/* ___DClockEvents_FWD_DEFINED__ */


#ifndef __Clock_FWD_DEFINED__
#define __Clock_FWD_DEFINED__

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

#endif 	/* __Clock_FWD_DEFINED__ */


#ifdef __cplusplus
extern "C"{
#endif 

void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * ); 


#ifndef __ClockLib_LIBRARY_DEFINED__
#define __ClockLib_LIBRARY_DEFINED__

/* library ClockLib */
/* [control][helpstring][helpfile][version][uuid] */ 


EXTERN_C const IID LIBID_ClockLib;

#ifndef ___DClock_DISPINTERFACE_DEFINED__
#define ___DClock_DISPINTERFACE_DEFINED__

/* dispinterface _DClock */
/* [helpstring][uuid] */ 


EXTERN_C const IID DIID__DClock;

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

    MIDL_INTERFACE("8B547525-468E-451E-9875-69FE9910BED6")
    _DClock : public IDispatch
    {
    };
    
#else 	/* C style interface */

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

    interface _DClock
    {
        CONST_VTBL struct _DClockVtbl *lpVtbl;
    };

    

#ifdef COBJMACROS


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

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

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


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

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

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

#define _DClock_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 	/* ___DClock_DISPINTERFACE_DEFINED__ */


#ifndef ___DClockEvents_DISPINTERFACE_DEFINED__
#define ___DClockEvents_DISPINTERFACE_DEFINED__

/* dispinterface _DClockEvents */
/* [helpstring][uuid] */ 


EXTERN_C const IID DIID__DClockEvents;

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

    MIDL_INTERFACE("893DFA19-866C-4D2C-9BB1-8FC92233693B")
    _DClockEvents : public IDispatch
    {
    };
    
#else 	/* C style interface */

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

    interface _DClockEvents
    {
        CONST_VTBL struct _DClockEventsVtbl *lpVtbl;
    };

    

#ifdef COBJMACROS


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

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

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


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

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

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

#define _DClockEvents_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 	/* ___DClockEvents_DISPINTERFACE_DEFINED__ */


EXTERN_C const CLSID CLSID_Clock;

#ifdef __cplusplus

class DECLSPEC_UUID("704186E9-470C-480C-9036-D309B9B7ACCF")
Clock;
#endif
#endif /* __ClockLib_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 + -