CXHNDL_S.C
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:11k
源码类别:
Windows编程
开发平台:
Visual C++
- /* this ALWAYS GENERATED file contains the RPC server stubs */
- /* File created by MIDL compiler version 3.03.0110 */
- /* at Mon Mar 30 03:07:20 1998
- */
- /* Compiler settings for cxhndl.idl:
- Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext, oldnames
- error checks: none
- */
- //@@MIDL_FILE_HEADING( )
- #include <string.h>
- #include "cxhndl.h"
- #define TYPE_FORMAT_STRING_SIZE 35
- #define PROC_FORMAT_STRING_SIZE 33
- 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;
- /* Standard interface: cxhndl, ver. 1.0,
- GUID={0xA4F1DB00,0xCA47,0x1067,{0xB3,0x1F,0x00,0xDD,0x01,0x06,0x62,0xDA}} */
- extern RPC_DISPATCH_TABLE cxhndl_DispatchTable;
- static const RPC_SERVER_INTERFACE cxhndl___RpcServerInterface =
- {
- sizeof(RPC_SERVER_INTERFACE),
- {{0xA4F1DB00,0xCA47,0x1067,{0xB3,0x1F,0x00,0xDD,0x01,0x06,0x62,0xDA}},{1,0}},
- {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
- &cxhndl_DispatchTable,
- 0,
- 0,
- 0,
- 0,
- 0
- };
- RPC_IF_HANDLE cxhndl_ServerIfHandle = (RPC_IF_HANDLE)& cxhndl___RpcServerInterface;
- extern const MIDL_STUB_DESC cxhndl_StubDesc;
- void __RPC_STUB
- cxhndl_RemoteOpen(
- PRPC_MESSAGE _pRpcMessage )
- {
- short _RetVal;
- MIDL_STUB_MESSAGE _StubMsg;
- NDR_SCONTEXT pphContext;
- unsigned char __RPC_FAR *pszFile;
- RPC_STATUS _Status;
- ((void)(_Status));
- NdrServerInitializeNew(
- _pRpcMessage,
- &_StubMsg,
- &cxhndl_StubDesc);
- ( PCONTEXT_HANDLE_TYPE __RPC_FAR * )pphContext = 0;
- ( unsigned char __RPC_FAR * )pszFile = 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 *)&pszFile,
- (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[10],
- (unsigned char)0 );
- pphContext = NDRSContextUnmarshall( (char *)0, _pRpcMessage->DataRepresentation );
- _RetVal = RemoteOpen(( PCONTEXT_HANDLE_TYPE __RPC_FAR * )NDRSContextValue(pphContext),pszFile);
- _StubMsg.BufferLength = 20U + 2U;
- _pRpcMessage->BufferLength = _StubMsg.BufferLength;
- _Status = I_RpcGetBuffer( _pRpcMessage );
- if ( _Status )
- RpcRaiseException( _Status );
- _StubMsg.Buffer = (unsigned char __RPC_FAR *) _pRpcMessage->Buffer;
- NdrServerContextMarshall(
- ( PMIDL_STUB_MESSAGE )&_StubMsg,
- ( NDR_SCONTEXT )pphContext,
- ( NDR_RUNDOWN )PCONTEXT_HANDLE_TYPE_rundown);
- *(( short __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
- }
- RpcFinally
- {
- }
- RpcEndFinally
- _pRpcMessage->BufferLength =
- (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
- }
- void __RPC_STUB
- cxhndl_RemoteRead(
- PRPC_MESSAGE _pRpcMessage )
- {
- unsigned char _AM2[ 1024 ];
- short _M3;
- short _RetVal;
- MIDL_STUB_MESSAGE _StubMsg;
- unsigned char ( __RPC_FAR *achBuf )[ 1024 ];
- short __RPC_FAR *pcbBuf;
- NDR_SCONTEXT phContext;
- RPC_STATUS _Status;
- ((void)(_Status));
- NdrServerInitializeNew(
- _pRpcMessage,
- &_StubMsg,
- &cxhndl_StubDesc);
- achBuf = 0;
- ( short __RPC_FAR * )pcbBuf = 0;
- RpcTryFinally
- {
- if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
- NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[10] );
- phContext = NdrServerContextUnmarshall(( PMIDL_STUB_MESSAGE )&_StubMsg);
- achBuf = &_AM2;
- pcbBuf = &_M3;
- _RetVal = RemoteRead(
- ( PCONTEXT_HANDLE_TYPE )*NDRSContextValue(phContext),
- *achBuf,
- pcbBuf);
- _StubMsg.BufferLength = 1024U + 5U + 4U;
- _pRpcMessage->BufferLength = _StubMsg.BufferLength;
- _Status = I_RpcGetBuffer( _pRpcMessage );
- if ( _Status )
- RpcRaiseException( _Status );
- _StubMsg.Buffer = (unsigned char __RPC_FAR *) _pRpcMessage->Buffer;
- NdrFixedArrayMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
- (unsigned char __RPC_FAR *)*achBuf,
- (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[16] );
- *(( short __RPC_FAR * )_StubMsg.Buffer)++ = *pcbBuf;
- *(( short __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
- }
- RpcFinally
- {
- }
- RpcEndFinally
- _pRpcMessage->BufferLength =
- (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
- }
- void __RPC_STUB
- cxhndl_RemoteClose(
- PRPC_MESSAGE _pRpcMessage )
- {
- short _RetVal;
- MIDL_STUB_MESSAGE _StubMsg;
- NDR_SCONTEXT pphContext;
- RPC_STATUS _Status;
- ((void)(_Status));
- NdrServerInitializeNew(
- _pRpcMessage,
- &_StubMsg,
- &cxhndl_StubDesc);
- ( PCONTEXT_HANDLE_TYPE __RPC_FAR * )pphContext = 0;
- RpcTryFinally
- {
- if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
- NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[24] );
- pphContext = NdrServerContextUnmarshall(( PMIDL_STUB_MESSAGE )&_StubMsg);
- _RetVal = RemoteClose(( PCONTEXT_HANDLE_TYPE __RPC_FAR * )NDRSContextValue(pphContext));
- _StubMsg.BufferLength = 20U + 2U;
- _pRpcMessage->BufferLength = _StubMsg.BufferLength;
- _Status = I_RpcGetBuffer( _pRpcMessage );
- if ( _Status )
- RpcRaiseException( _Status );
- _StubMsg.Buffer = (unsigned char __RPC_FAR *) _pRpcMessage->Buffer;
- NdrServerContextMarshall(
- ( PMIDL_STUB_MESSAGE )&_StubMsg,
- ( NDR_SCONTEXT )pphContext,
- ( NDR_RUNDOWN )PCONTEXT_HANDLE_TYPE_rundown);
- *(( short __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
- }
- RpcFinally
- {
- }
- RpcEndFinally
- _pRpcMessage->BufferLength =
- (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
- }
- void __RPC_STUB
- cxhndl_Shutdown(
- PRPC_MESSAGE _pRpcMessage )
- {
- MIDL_STUB_MESSAGE _StubMsg;
- RPC_STATUS _Status;
- ((void)(_Status));
- NdrServerInitializeNew(
- _pRpcMessage,
- &_StubMsg,
- &cxhndl_StubDesc);
- RpcTryFinally
- {
- Shutdown();
- }
- RpcFinally
- {
- }
- RpcEndFinally
- _pRpcMessage->BufferLength =
- (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
- }
- static const MIDL_STUB_DESC cxhndl_StubDesc =
- {
- (void __RPC_FAR *)& cxhndl___RpcServerInterface,
- MIDL_user_allocate,
- MIDL_user_free,
- 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 */
- };
- static RPC_DISPATCH_FUNCTION cxhndl_table[] =
- {
- cxhndl_RemoteOpen,
- cxhndl_RemoteRead,
- cxhndl_RemoteClose,
- cxhndl_Shutdown,
- 0
- };
- RPC_DISPATCH_TABLE cxhndl_DispatchTable =
- {
- 4,
- cxhndl_table
- };
- #if !defined(__RPC_WIN32__)
- #error Invalid build platform for this stub.
- #endif
- static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
- {
- 0,
- {
- 0x51, /* FC_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 */
- 0x4d, /* FC_IN_PARAM */
- #ifndef _ALPHA_
- 0x1, /* x86, MIPS & PPC Stack size = 1 */
- #else
- 0x2, /* Alpha Stack size = 2 */
- #endif
- /* 6 */ NdrFcShort( 0x8 ), /* Type Offset=8 */
- /* 8 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
- 0x6, /* FC_SHORT */
- /* 10 */
- 0x4d, /* FC_IN_PARAM */
- #ifndef _ALPHA_
- 0x1, /* x86, MIPS & PPC Stack size = 1 */
- #else
- 0x2, /* Alpha Stack size = 2 */
- #endif
- /* 12 */ NdrFcShort( 0xc ), /* Type Offset=12 */
- /* 14 */
- 0x51, /* FC_OUT_PARAM */
- #ifndef _ALPHA_
- 0x1, /* x86, MIPS & PPC Stack size = 1 */
- #else
- 0x2, /* Alpha Stack size = 2 */
- #endif
- /* 16 */ NdrFcShort( 0x10 ), /* Type Offset=16 */
- /* 18 */
- 0x51, /* FC_OUT_PARAM */
- #ifndef _ALPHA_
- 0x1, /* x86, MIPS & PPC Stack size = 1 */
- #else
- 0x2, /* Alpha Stack size = 2 */
- #endif
- /* 20 */ NdrFcShort( 0x16 ), /* Type Offset=22 */
- /* 22 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
- 0x6, /* FC_SHORT */
- /* 24 */
- 0x50, /* FC_IN_OUT_PARAM */
- #ifndef _ALPHA_
- 0x1, /* x86, MIPS & PPC Stack size = 1 */
- #else
- 0x2, /* Alpha Stack size = 2 */
- #endif
- /* 26 */ NdrFcShort( 0x1a ), /* Type Offset=26 */
- /* 28 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
- 0x6, /* FC_SHORT */
- /* 30 */ 0x5b, /* FC_END */
- 0x5c, /* FC_PAD */
- 0x0
- }
- };
- static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
- {
- 0,
- {
- 0x11, 0x0, /* FC_RP */
- /* 2 */ NdrFcShort( 0x2 ), /* Offset= 2 (4) */
- /* 4 */ 0x30, /* FC_BIND_CONTEXT */
- 0xa0, /* 160 */
- /* 6 */ 0x0, /* 0 */
- 0x0, /* 0 */
- /* 8 */
- 0x11, 0x8, /* FC_RP [simple_pointer] */
- /* 10 */
- 0x22, /* FC_C_CSTRING */
- 0x5c, /* FC_PAD */
- /* 12 */ 0x30, /* FC_BIND_CONTEXT */
- 0x40, /* 64 */
- /* 14 */ 0x0, /* 0 */
- 0x0, /* 0 */
- /* 16 */
- 0x1d, /* FC_SMFARRAY */
- 0x0, /* 0 */
- /* 18 */ NdrFcShort( 0x400 ), /* 1024 */
- /* 20 */ 0x2, /* FC_CHAR */
- 0x5b, /* FC_END */
- /* 22 */
- 0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */
- /* 24 */ 0x6, /* FC_SHORT */
- 0x5c, /* FC_PAD */
- /* 26 */
- 0x11, 0x0, /* FC_RP */
- /* 28 */ NdrFcShort( 0x2 ), /* Offset= 2 (30) */
- /* 30 */ 0x30, /* FC_BIND_CONTEXT */
- 0xe0, /* 224 */
- /* 32 */ 0x0, /* 0 */
- 0x0, /* 0 */
- 0x0
- }
- };