/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Fri Sep 05 10:46:45 2008
*/
/* Compiler settings for G:\改进\Gif\Gif.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
*/
//@@MIDL_FILE_HEADING( )
#define USE_STUBLESS_PROXY
/* verify that the <rpcproxy.h> version is high enough to compile this file*/
#ifndef __REDQ_RPCPROXY_H_VERSION__
#define __REQUIRED_RPCPROXY_H_VERSION__ 440
#endif
#include "rpcproxy.h"
#ifndef __RPCPROXY_H_VERSION__
#error this stub requires an updated version of <rpcproxy.h>
#endif // __RPCPROXY_H_VERSION__
#include "Gif.h"
#define TYPE_FORMAT_STRING_SIZE 111
#define PROC_FORMAT_STRING_SIZE 1547
typedef struct _MIDL_TYPE_FORMAT_STRING
{
short Pad;
unsigned char Format[ TYPE_FORMAT_STRING_SIZE ];
} MIDL_TYPE_FORMAT_STRING;
typedef struct _MIDL_PROC_FORMAT_STRING
{
short Pad;
unsigned char Format[ PROC_FORMAT_STRING_SIZE ];
} MIDL_PROC_FORMAT_STRING;
extern const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString;
extern const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString;
/* Object interface: IUnknown, ver. 0.0,
GUID={0x00000000,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */
/* Object interface: IDispatch, ver. 0.0,
GUID={0x00020400,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */
/* Object interface: ICGif, ver. 0.0,
GUID={0x4EE73DA0,0x6361,0x4B01,{0x9D,0x1C,0xC0,0xE8,0x75,0xC9,0x72,0x37}} */
extern const MIDL_STUB_DESC Object_StubDesc;
extern const MIDL_SERVER_INFO ICGif_ServerInfo;
#pragma code_seg(".orpc")
/* [id][propput] */ HRESULT STDMETHODCALLTYPE ICGif_put_ForeColor_Proxy(
ICGif __RPC_FAR * This,
/* [in] */ OLE_COLOR clr)
{
CLIENT_CALL_RETURN _RetVal;
#if defined( _ALPHA_ )
va_list vlist;
#endif
#if defined( _ALPHA_ )
va_start(vlist,clr);
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[700],
vlist.a0);
#elif defined( _PPC_ ) || defined( _MIPS_ )
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[700],
( unsigned char __RPC_FAR * )&This,
( unsigned char __RPC_FAR * )&clr);
#else
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[700],
( unsigned char __RPC_FAR * )&This);
#endif
return ( HRESULT )_RetVal.Simple;
}
/* [id][propget] */ HRESULT STDMETHODCALLTYPE ICGif_get_ForeColor_Proxy(
ICGif __RPC_FAR * This,
/* [retval][out] */ OLE_COLOR __RPC_FAR *pclr)
{
CLIENT_CALL_RETURN _RetVal;
#if defined( _ALPHA_ )
va_list vlist;
#endif
#if defined( _ALPHA_ )
va_start(vlist,pclr);
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[728],
vlist.a0);
#elif defined( _PPC_ ) || defined( _MIPS_ )
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[728],
( unsigned char __RPC_FAR * )&This,
( unsigned char __RPC_FAR * )&pclr);
#else
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[728],
( unsigned char __RPC_FAR * )&This);
#endif
return ( HRESULT )_RetVal.Simple;
}
/* [id][propput] */ HRESULT STDMETHODCALLTYPE ICGif_put_Enabled_Proxy(
ICGif __RPC_FAR * This,
/* [in] */ VARIANT_BOOL vbool)
{
CLIENT_CALL_RETURN _RetVal;
#if defined( _ALPHA_ )
va_list vlist;
#endif
#if defined( _ALPHA_ )
va_start(vlist,vbool);
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[756],
vlist.a0);
#elif defined( _PPC_ ) || defined( _MIPS_ )
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[756],
( unsigned char __RPC_FAR * )&This,
( unsigned char __RPC_FAR * )&vbool);
#else
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[756],
( unsigned char __RPC_FAR * )&This);
#endif
return ( HRESULT )_RetVal.Simple;
}
/* [id][propget] */ HRESULT STDMETHODCALLTYPE ICGif_get_Enabled_Proxy(
ICGif __RPC_FAR * This,
/* [retval][out] */ VARIANT_BOOL __RPC_FAR *pbool)
{
CLIENT_CALL_RETURN _RetVal;
#if defined( _ALPHA_ )
va_list vlist;
#endif
#if defined( _ALPHA_ )
va_start(vlist,pbool);
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[784],
vlist.a0);
#elif defined( _PPC_ ) || defined( _MIPS_ )
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[784],
( unsigned char __RPC_FAR * )&This,
( unsigned char __RPC_FAR * )&pbool);
#else
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[784],
( unsigned char __RPC_FAR * )&This);
#endif
return ( HRESULT )_RetVal.Simple;
}
/* [id][propget] */ HRESULT STDMETHODCALLTYPE ICGif_get_Window_Proxy(
ICGif __RPC_FAR * This,
/* [retval][out] */ long __RPC_FAR *phwnd)
{
CLIENT_CALL_RETURN _RetVal;
#if defined( _ALPHA_ )
va_list vlist;
#endif
#if defined( _ALPHA_ )
va_start(vlist,phwnd);
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[812],
vlist.a0);
#elif defined( _PPC_ ) || defined( _MIPS_ )
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[812],
( unsigned char __RPC_FAR * )&This,
( unsigned char __RPC_FAR * )&phwnd);
#else
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[812],
( unsigned char __RPC_FAR * )&This);
#endif
return ( HRESULT )_RetVal.Simple;
}
/* [id][propput] */ HRESULT STDMETHODCALLTYPE ICGif_put_TabStop_Proxy(
ICGif __RPC_FAR * This,
/* [in] */ VARIANT_BOOL vbool)
{
CLIENT_CALL_RETURN _RetVal;
#if defined( _ALPHA_ )
va_list vlist;
#endif
#if defined( _ALPHA_ )
va_start(vlist,vbool);
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[840],
vlist.a0);
#elif defined( _PPC_ ) || defined( _MIPS_ )
_RetVal = NdrClientCall2(
( PMIDL_STUB_DESC )&Object_StubDesc,
(PFORMAT_STRING) &__MIDL_ProcFormatString.Format[840],
( unsigne
- 1
- 2
- 3
- 4
- 5
- 6
前往页