IDESCRIP_P.C
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:10k
源码类别:
Windows编程
开发平台:
Visual C++
- /* this ALWAYS GENERATED file contains the proxy stub code */
- /* File created by MIDL compiler version 3.03.0110 */
- /* at Mon Mar 30 03:49:41 1998
- */
- /* Compiler settings for idescrip.idl:
- Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, app_config, c_ext
- error checks: none
- */
- //@@MIDL_FILE_HEADING( )
- /* 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 "idescrip.h"
- #define TYPE_FORMAT_STRING_SIZE 11
- #define PROC_FORMAT_STRING_SIZE 9
- 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: IDescription, ver. 0.0,
- GUID={0x00021152,0x0000,0x0000,{0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */
- extern const MIDL_STUB_DESC Object_StubDesc;
- #pragma code_seg(".orpc")
- HRESULT STDMETHODCALLTYPE IDescription_GetText_Proxy(
- IDescription __RPC_FAR * This,
- /* [size_is][out][in] */ LPOLESTR pszText,
- /* [in] */ ULONG cch)
- {
- HRESULT _RetVal;
- RPC_MESSAGE _RpcMessage;
- MIDL_STUB_MESSAGE _StubMsg;
- RpcTryExcept
- {
- NdrProxyInitialize(
- ( void __RPC_FAR * )This,
- ( PRPC_MESSAGE )&_RpcMessage,
- ( PMIDL_STUB_MESSAGE )&_StubMsg,
- ( PMIDL_STUB_DESC )&Object_StubDesc,
- 3);
- RpcTryFinally
- {
- _StubMsg.BufferLength = 12U + 10U;
- _StubMsg.MaxCount = cch;
- NdrConformantStringBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
- (unsigned char __RPC_FAR *)pszText,
- (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4] );
- NdrProxyGetBuffer(This, &_StubMsg);
- _StubMsg.MaxCount = cch;
- NdrConformantStringMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
- (unsigned char __RPC_FAR *)pszText,
- (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4] );
- _StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
- *(( ULONG __RPC_FAR * )_StubMsg.Buffer)++ = cch;
- NdrProxySendReceive(This, &_StubMsg);
- if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
- NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
- NdrConformantStringUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
- (unsigned char __RPC_FAR * __RPC_FAR *)&pszText,
- (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4],
- (unsigned char)0 );
- _StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
- _RetVal = *(( HRESULT __RPC_FAR * )_StubMsg.Buffer)++;
- }
- RpcFinally
- {
- NdrProxyFreeBuffer(This, &_StubMsg);
- }
- RpcEndFinally
- }
- RpcExcept(_StubMsg.dwStubPhase != PROXY_SENDRECEIVE)
- {
- _StubMsg.MaxCount = cch;
- NdrClearOutParameters(
- ( PMIDL_STUB_MESSAGE )&_StubMsg,
- ( PFORMAT_STRING )&__MIDL_TypeFormatString.Format[0],
- ( void __RPC_FAR * )pszText);
- _RetVal = NdrProxyErrorHandler(RpcExceptionCode());
- }
- RpcEndExcept
- return _RetVal;
- }
- void __RPC_STUB IDescription_GetText_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase)
- {
- HRESULT _RetVal;
- MIDL_STUB_MESSAGE _StubMsg;
- ULONG cch;
- LPOLESTR pszText;
- NdrStubInitialize(
- _pRpcMessage,
- &_StubMsg,
- &Object_StubDesc,
- _pRpcChannelBuffer);
- ( LPOLESTR )pszText = 0;
- RpcTryFinally
- {
- if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
- NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
- NdrConformantStringUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
- (unsigned char __RPC_FAR * __RPC_FAR *)&pszText,
- (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4],
- (unsigned char)0 );
- _StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
- cch = *(( ULONG __RPC_FAR * )_StubMsg.Buffer)++;
- *_pdwStubPhase = STUB_CALL_SERVER;
- _RetVal = (((IDescription *) ((CStdStubBuffer *)This)->pvServerObject)->lpVtbl) -> GetText(
- (IDescription *) ((CStdStubBuffer *)This)->pvServerObject,
- pszText,
- cch);
- *_pdwStubPhase = STUB_MARSHAL;
- _StubMsg.BufferLength = 12U + 10U;
- _StubMsg.MaxCount = cch;
- NdrConformantStringBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
- (unsigned char __RPC_FAR *)pszText,
- (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4] );
- _StubMsg.BufferLength += 16;
- NdrStubGetBuffer(This, _pRpcChannelBuffer, &_StubMsg);
- _StubMsg.MaxCount = cch;
- NdrConformantStringMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
- (unsigned char __RPC_FAR *)pszText,
- (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4] );
- _StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
- *(( HRESULT __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
- }
- RpcFinally
- {
- _StubMsg.MaxCount = cch;
- NdrPointerFree( &_StubMsg,
- (unsigned char __RPC_FAR *)pszText,
- &__MIDL_TypeFormatString.Format[0] );
- }
- RpcEndFinally
- _pRpcMessage->BufferLength =
- (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
- }
- static const MIDL_STUB_DESC Object_StubDesc =
- {
- 0,
- NdrOleAllocate,
- NdrOleFree,
- 0,
- 0,
- 0,
- 0,
- 0,
- __MIDL_TypeFormatString.Format,
- 0, /* -error bounds_check flag */
- 0x10001, /* Ndr library version */
- 0,
- 0x303006e, /* MIDL Version 3.3.110 */
- 0,
- 0,
- 0, /* Reserved1 */
- 0, /* Reserved2 */
- 0, /* Reserved3 */
- 0, /* Reserved4 */
- 0 /* Reserved5 */
- };
- const CINTERFACE_PROXY_VTABLE(4) _IDescriptionProxyVtbl =
- {
- &IID_IDescription,
- IUnknown_QueryInterface_Proxy,
- IUnknown_AddRef_Proxy,
- IUnknown_Release_Proxy ,
- IDescription_GetText_Proxy
- };
- static const PRPC_STUB_FUNCTION IDescription_table[] =
- {
- IDescription_GetText_Stub
- };
- const CInterfaceStubVtbl _IDescriptionStubVtbl =
- {
- &IID_IDescription,
- 0,
- 4,
- &IDescription_table[-3],
- CStdStubBuffer_METHODS
- };
- #pragma data_seg(".rdata")
- #if !defined(__RPC_WIN32__)
- #error Invalid build platform for this stub.
- #endif
- static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
- {
- 0,
- {
- 0x50, /* FC_IN_OUT_PARAM */
- #ifndef _ALPHA_
- 0x1, /* x86, MIPS & PPC Stack size = 1 */
- #else
- 0x2, /* Alpha Stack size = 2 */
- #endif
- /* 2 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
- /* 4 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
- 0x8, /* FC_LONG */
- /* 6 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
- 0x8, /* FC_LONG */
- 0x0
- }
- };
- static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
- {
- 0,
- {
- 0x11, 0x0, /* FC_RP */
- /* 2 */ NdrFcShort( 0x2 ), /* Offset= 2 (4) */
- /* 4 */
- 0x25, /* FC_C_WSTRING */
- 0x44, /* FC_STRING_SIZED */
- /* 6 */ 0x29, /* 41 */
- 0x0, /* */
- #ifndef _ALPHA_
- /* 8 */ NdrFcShort( 0x8 ), /* x86, MIPS, PPC Stack size/offset = 8 */
- #else
- NdrFcShort( 0x10 ), /* Alpha Stack size/offset = 16 */
- #endif
- 0x0
- }
- };
- const CInterfaceProxyVtbl * _idescrip_ProxyVtblList[] =
- {
- ( CInterfaceProxyVtbl *) &_IDescriptionProxyVtbl,
- 0
- };
- const CInterfaceStubVtbl * _idescrip_StubVtblList[] =
- {
- ( CInterfaceStubVtbl *) &_IDescriptionStubVtbl,
- 0
- };
- PCInterfaceName const _idescrip_InterfaceNamesList[] =
- {
- "IDescription",
- 0
- };
- #define _idescrip_CHECK_IID(n) IID_GENERIC_CHECK_IID( _idescrip, pIID, n)
- int __stdcall _idescrip_IID_Lookup( const IID * pIID, int * pIndex )
- {
- if(!_idescrip_CHECK_IID(0))
- {
- *pIndex = 0;
- return 1;
- }
- return 0;
- }
- const ExtendedProxyFileInfo idescrip_ProxyFileInfo =
- {
- (PCInterfaceProxyVtblList *) & _idescrip_ProxyVtblList,
- (PCInterfaceStubVtblList *) & _idescrip_StubVtblList,
- (const PCInterfaceName * ) & _idescrip_InterfaceNamesList,
- 0, // no delegation
- & _idescrip_IID_Lookup,
- 1,
- 1
- };