📄 opc_ae_p.c
字号:
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 3.01.75 */
/* at Fri Mar 04 14:41:54 2005
*/
/* Compiler settings for opc_ae.idl:
Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: none
*/
//@@MIDL_FILE_HEADING( )
#include "rpcproxy.h"
#include "opc_ae.h"
#define TYPE_FORMAT_STRING_SIZE 1753
#define PROC_FORMAT_STRING_SIZE 421
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: OPCEventServerCATID, ver. 0.0,
GUID={0x58E13251,0xAC87,0x11d1,{0x84,0xD5,0x00,0x60,0x8C,0xB8,0xA7,0xE9}} */
extern const MIDL_STUB_DESC Object_StubDesc;
#pragma code_seg(".orpc")
const CINTERFACE_PROXY_VTABLE(3) _OPCEventServerCATIDProxyVtbl =
{
&IID_OPCEventServerCATID,
IUnknown_QueryInterface_Proxy,
IUnknown_AddRef_Proxy,
IUnknown_Release_Proxy
};
static const PRPC_STUB_FUNCTION OPCEventServerCATID_table[] =
{
0 /* a dummy for an empty interface */
};
const CInterfaceStubVtbl _OPCEventServerCATIDStubVtbl =
{
&IID_OPCEventServerCATID,
0,
3,
&OPCEventServerCATID_table[-3],
CStdStubBuffer_METHODS
};
/* Standard interface: __MIDL_itf_opc_ae_0209, ver. 0.0,
GUID={0x00000000,0x0000,0x0000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}} */
/* Object interface: IOPCEventServer, ver. 0.0,
GUID={0x65168851,0x5783,0x11D1,{0x84,0xA0,0x00,0x60,0x8C,0xB8,0xA7,0xE9}} */
extern const MIDL_STUB_DESC Object_StubDesc;
#pragma code_seg(".orpc")
HRESULT STDMETHODCALLTYPE IOPCEventServer_GetStatus_Proxy(
IOPCEventServer __RPC_FAR * This,
/* [out] */ OPCEVENTSERVERSTATUS __RPC_FAR *__RPC_FAR *ppEventServerStatus)
{
HRESULT _RetVal;
RPC_MESSAGE _RpcMessage;
MIDL_STUB_MESSAGE _StubMsg;
*ppEventServerStatus = 0;
RpcTryExcept
{
NdrProxyInitialize(
( void __RPC_FAR * )This,
( PRPC_MESSAGE )&_RpcMessage,
( PMIDL_STUB_MESSAGE )&_StubMsg,
( PMIDL_STUB_DESC )&Object_StubDesc,
3);
RpcTryFinally
{
_StubMsg.BufferLength = 0U;
NdrProxyGetBuffer(This, &_StubMsg);
NdrProxySendReceive(This, &_StubMsg);
if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
(unsigned char __RPC_FAR * __RPC_FAR *)&ppEventServerStatus,
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[0],
(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)
{
NdrClearOutParameters(
( PMIDL_STUB_MESSAGE )&_StubMsg,
( PFORMAT_STRING )&__MIDL_TypeFormatString.Format[0],
( void __RPC_FAR * )ppEventServerStatus);
_RetVal = NdrProxyErrorHandler(RpcExceptionCode());
}
RpcEndExcept
return _RetVal;
}
void __RPC_STUB IOPCEventServer_GetStatus_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase)
{
OPCEVENTSERVERSTATUS __RPC_FAR *_M0;
HRESULT _RetVal;
MIDL_STUB_MESSAGE _StubMsg;
OPCEVENTSERVERSTATUS __RPC_FAR *__RPC_FAR *ppEventServerStatus;
NdrStubInitialize(
_pRpcMessage,
&_StubMsg,
&Object_StubDesc,
_pRpcChannelBuffer);
ppEventServerStatus = 0;
RpcTryFinally
{
ppEventServerStatus = &_M0;
_M0 = 0;
*_pdwStubPhase = STUB_CALL_SERVER;
_RetVal = (((IOPCEventServer *) ((CStdStubBuffer *)This)->pvServerObject)->lpVtbl) -> GetStatus((IOPCEventServer *) ((CStdStubBuffer *)This)->pvServerObject,ppEventServerStatus);
*_pdwStubPhase = STUB_MARSHAL;
_StubMsg.BufferLength = 4U + 11U;
NdrPointerBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
(unsigned char __RPC_FAR *)ppEventServerStatus,
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[0] );
_StubMsg.BufferLength += 16;
NdrStubGetBuffer(This, _pRpcChannelBuffer, &_StubMsg);
NdrPointerMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
(unsigned char __RPC_FAR *)ppEventServerStatus,
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[0] );
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
*(( HRESULT __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
}
RpcFinally
{
NdrPointerFree( &_StubMsg,
(unsigned char __RPC_FAR *)ppEventServerStatus,
&__MIDL_TypeFormatString.Format[0] );
}
RpcEndFinally
_pRpcMessage->BufferLength =
(unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
}
HRESULT STDMETHODCALLTYPE IOPCEventServer_CreateEventSubscription_Proxy(
IOPCEventServer __RPC_FAR * This,
/* [in] */ BOOL bActive,
/* [in] */ DWORD dwBufferTime,
/* [in] */ DWORD dwMaxSize,
/* [in] */ OPCHANDLE hClientSubscription,
/* [in] */ REFIID riid,
/* [iid_is][out] */ LPUNKNOWN __RPC_FAR *ppUnk,
/* [out] */ DWORD __RPC_FAR *pdwRevisedBufferTime,
/* [out] */ DWORD __RPC_FAR *pdwRevisedMaxSize)
{
HRESULT _RetVal;
RPC_MESSAGE _RpcMessage;
MIDL_STUB_MESSAGE _StubMsg;
*ppUnk = 0;
RpcTryExcept
{
NdrProxyInitialize(
( void __RPC_FAR * )This,
( PRPC_MESSAGE )&_RpcMessage,
( PMIDL_STUB_MESSAGE )&_StubMsg,
( PMIDL_STUB_DESC )&Object_StubDesc,
4);
RpcTryFinally
{
_StubMsg.BufferLength = 4U + 4U + 4U + 4U + 0U;
NdrSimpleStructBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
(unsigned char __RPC_FAR *)riid,
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[58] );
NdrProxyGetBuffer(This, &_StubMsg);
*(( BOOL __RPC_FAR * )_StubMsg.Buffer)++ = bActive;
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = dwBufferTime;
*(( DWORD __RPC_FAR * )_StubMsg.Buffer)++ = dwMaxSize;
*(( OPCHANDLE __RPC_FAR * )_StubMsg.Buffer)++ = hClientSubscription;
NdrSimpleStructMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
(unsigned char __RPC_FAR *)riid,
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[58] );
NdrProxySendReceive(This, &_StubMsg);
if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[6] );
NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
(unsigned char __RPC_FAR * __RPC_FAR *)&ppUnk,
(PFORMAT_STRING) &__MIDL_TypeFormatString.Format[70],
(unsigned char)0 );
_StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 3) & ~ 0x3);
*pdwRevisedBufferTime = *(( DWORD __RPC_FAR * )_StubMsg.Buffer)++;
*pdwRevisedMaxSize = *(( DWORD __RPC_FAR * )_StubMsg.Buffer)++;
_RetVal = *(( HRESULT __RPC_FAR * )_StubMsg.Buffer)++;
}
RpcFinally
{
NdrProxyFreeBuffer(This, &_StubMsg);
}
RpcEndFinally
}
RpcExcept(_StubMsg.dwStubPhase != PROXY_SENDRECEIVE)
{
_StubMsg.MaxCount = (unsigned long) riid;
NdrClearOutParameters(
( PMIDL_STUB_MESSAGE )&_StubMsg,
( PFORMAT_STRING )&__MIDL_TypeFormatString.Format[70],
( void __RPC_FAR * )ppUnk);
NdrClearOutParameters(
( PMIDL_STUB_MESSAGE )&_StubMsg,
( PFORMAT_STRING )&__MIDL_TypeFormatString.Format[80],
( void __RPC_FAR * )pdwRevisedBufferTime);
NdrClearOutParameters(
( PMIDL_STUB_MESSAGE )&_StubMsg,
( PFORMAT_STRING )&__MIDL_TypeFormatString.Format[80],
( void __RPC_FAR * )pdwRevisedMaxSize);
_RetVal = NdrProxyErrorHandler(RpcExceptionCode());
}
RpcEndExcept
return _RetVal;
}
void __RPC_STUB IOPCEventServer_CreateEventSubscription_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase)
{
LPUNKNOWN _M1;
DWORD _M2;
DWORD _M3;
HRESULT _RetVal;
MIDL_STUB_MESSAGE _StubMsg;
BOOL bActive;
DWORD dwBufferTime;
DWORD dwMaxSize;
OPCHANDLE hClientSubscription;
DWORD __RPC_FAR *pdwRevisedBufferTime;
DWORD __RPC_FAR *pdwRevisedMaxSize;
LPUNKNOWN __RPC_FAR *ppUnk;
REFIID riid;
NdrStubInitialize(
_pRpcMessage,
&_StubMsg,
&Object_StubDesc,
_pRpcChannelBuffer);
riid = 0;
ppUnk = 0;
pdwRevisedBufferTime = 0;
pdwRevisedMaxSize = 0;
RpcTryFinally
{
if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[6] );
bActive = *(( BOOL __RPC_FAR * )_StubMsg.Buffer)++;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -