/* this ALWAYS GENERATED file contains the RPC client stubs */ /* File created by MIDL compiler version 5.01.0164 */ /* at Tue Mar 14 10:53:09 2000 */ /* Compiler settings for data server.idl: Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext, oldnames error checks: allocation ref bounds_check enum stub_data */ //@@MIDL_FILE_HEADING( ) #include #if defined( _ALPHA_ ) #include #endif #include "data server.h" #define TYPE_FORMAT_STRING_SIZE 7 #define PROC_FORMAT_STRING_SIZE 45 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: MW4DataServer, ver. 1.0, GUID={0xFBEB9247,0x3DF4,0x43d3,{0xA1,0xD4,0xDB,0x95,0x0D,0x90,0xC8,0xD9}} */ handle_t data_server_IfHandle; static const RPC_CLIENT_INTERFACE MW4DataServer___RpcClientInterface = { sizeof(RPC_CLIENT_INTERFACE), {{0xFBEB9247,0x3DF4,0x43d3,{0xA1,0xD4,0xDB,0x95,0x0D,0x90,0xC8,0xD9}},{1,0}}, {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}}, 0, 0, 0, 0, 0, 0 }; RPC_IF_HANDLE MW4DataServer_ClientIfHandle = (RPC_IF_HANDLE)& MW4DataServer___RpcClientInterface; extern const MIDL_STUB_DESC MW4DataServer_StubDesc; static RPC_BINDING_HANDLE MW4DataServer__MIDL_AutoBindHandle; int StartRunID( void) { RPC_BINDING_HANDLE _Handle = 0; int _RetVal; RPC_MESSAGE _RpcMessage; MIDL_STUB_MESSAGE _StubMsg; RpcTryFinally { NdrClientInitializeNew( ( PRPC_MESSAGE )&_RpcMessage, ( PMIDL_STUB_MESSAGE )&_StubMsg, ( PMIDL_STUB_DESC )&MW4DataServer_StubDesc, 0); _Handle = data_server_IfHandle; _StubMsg.BufferLength = 0U; NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle ); NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer ); if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION ) NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] ); _RetVal = *(( int __RPC_FAR * )_StubMsg.Buffer)++; } RpcFinally { NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg ); } RpcEndFinally return _RetVal; } void RecordData( /* [in] */ int id, /* [in] */ int version, /* [in] */ double time, /* [in] */ int type, /* [in] */ int objectid, /* [in] */ float posx, /* [in] */ float posy, /* [in] */ float posz, /* [in] */ int int1, /* [in] */ int int2, /* [in] */ int int3, /* [in] */ int int4, /* [in] */ float float1, /* [in] */ float float2, /* [in] */ float float3, /* [in] */ float float4, /* [string][in] */ const unsigned char __RPC_FAR *p5) { RPC_BINDING_HANDLE _Handle = 0; RPC_MESSAGE _RpcMessage; MIDL_STUB_MESSAGE _StubMsg; if(!p5) { RpcRaiseException(RPC_X_NULL_REF_POINTER); } RpcTryFinally { NdrClientInitializeNew( ( PRPC_MESSAGE )&_RpcMessage, ( PMIDL_STUB_MESSAGE )&_StubMsg, ( PMIDL_STUB_DESC )&MW4DataServer_StubDesc, 1); _Handle = data_server_IfHandle; _StubMsg.BufferLength = 4U + 4U + 8U + 4U + 4U + 4U + 4U + 4U + 4U + 4U + 4U + 4U + 4U + 4U + 4U + 4U + 12U; NdrConformantStringBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *)p5, (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4] ); NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle ); *(( int __RPC_FAR * )_StubMsg.Buffer)++ = id; *(( int __RPC_FAR * )_StubMsg.Buffer)++ = version; *(( double __RPC_FAR * )_StubMsg.Buffer)++ = time; *(( int __RPC_FAR * )_StubMsg.Buffer)++ = type; *(( int __RPC_FAR * )_StubMsg.Buffer)++ = objectid; *(( float __RPC_FAR * )_StubMsg.Buffer)++ = posx; *(( float __RPC_FAR * )_StubMsg.Buffer)++ = posy; *(( float __RPC_FAR * )_StubMsg.Buffer)++ = posz; *(( int __RPC_FAR * )_StubMsg.Buffer)++ = int1; *(( int __RPC_FAR * )_StubMsg.Buffer)++ = int2; *(( int __RPC_FAR * )_StubMsg.Buffer)++ = int3; *(( int __RPC_FAR * )_StubMsg.Buffer)++ = int4; *(( float __RPC_FAR * )_StubMsg.Buffer)++ = float1; *(( float __RPC_FAR * )_StubMsg.Buffer)++ = float2; *(( float __RPC_FAR * )_StubMsg.Buffer)++ = float3; *(( float __RPC_FAR * )_StubMsg.Buffer)++ = float4; NdrConformantStringMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg, (unsigned char __RPC_FAR *)p5, (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4] ); NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer ); } RpcFinally { NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg ); } RpcEndFinally } void FinishRun( /* [in] */ int id) { RPC_BINDING_HANDLE _Handle = 0; RPC_MESSAGE _RpcMessage; MIDL_STUB_MESSAGE _StubMsg; RpcTryFinally { NdrClientInitializeNew( ( PRPC_MESSAGE )&_RpcMessage, ( PMIDL_STUB_MESSAGE )&_StubMsg, ( PMIDL_STUB_DESC )&MW4DataServer_StubDesc, 2); _Handle = data_server_IfHandle; _StubMsg.BufferLength = 4U; NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle ); *(( int __RPC_FAR * )_StubMsg.Buffer)++ = id; NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer ); } RpcFinally { NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg ); } RpcEndFinally } static const MIDL_STUB_DESC MW4DataServer_StubDesc = { (void __RPC_FAR *)& MW4DataServer___RpcClientInterface, MIDL_user_allocate, MIDL_user_free, &data_server_IfHandle, 0, 0, 0, 0, __MIDL_TypeFormatString.Format, 1, /* -error bounds_check flag */ 0x10001, /* Ndr library version */ 0, 0x50100a4, /* MIDL Version 5.1.164 */ 0, 0, 0, /* notify & notify_flag routine table */ 1, /* Flags */ 0, /* Reserved3 */ 0, /* Reserved4 */ 0 /* Reserved5 */ }; #if !defined(__RPC_WIN32__) #error Invalid build platform for this stub. #endif static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString = { 0, { 0x53, /* FC_RETURN_PARAM_BASETYPE */ 0x8, /* FC_LONG */ /* 2 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0x8, /* FC_LONG */ /* 4 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0x8, /* FC_LONG */ /* 6 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0xc, /* FC_DOUBLE */ /* 8 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0x8, /* FC_LONG */ /* 10 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0x8, /* FC_LONG */ /* 12 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0xa, /* FC_FLOAT */ /* 14 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0xa, /* FC_FLOAT */ /* 16 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0xa, /* FC_FLOAT */ /* 18 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0x8, /* FC_LONG */ /* 20 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0x8, /* FC_LONG */ /* 22 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0x8, /* FC_LONG */ /* 24 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0x8, /* FC_LONG */ /* 26 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0xa, /* FC_FLOAT */ /* 28 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0xa, /* FC_FLOAT */ /* 30 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0xa, /* FC_FLOAT */ /* 32 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0xa, /* FC_FLOAT */ /* 34 */ 0x4d, /* FC_IN_PARAM */ #ifndef _ALPHA_ 0x1, /* x86, MIPS & PPC Stack size = 1 */ #else 0x2, /* Alpha Stack size = 2 */ #endif /* 36 */ NdrFcShort( 0x2 ), /* Type Offset=2 */ /* 38 */ 0x5b, /* FC_END */ 0x5c, /* FC_PAD */ /* 40 */ 0x4e, /* FC_IN_PARAM_BASETYPE */ 0x8, /* FC_LONG */ /* 42 */ 0x5b, /* FC_END */ 0x5c, /* FC_PAD */ 0x0 } }; static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString = { 0, { NdrFcShort( 0x0 ), /* 0 */ /* 2 */ 0x11, 0x8, /* FC_RP [simple_pointer] */ /* 4 */ 0x22, /* FC_C_CSTRING */ 0x5c, /* FC_PAD */ 0x0 } };