INOUT_C.C
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:6k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /* this ALWAYS GENERATED file contains the RPC client stubs */
  2. /* File created by MIDL compiler version 3.03.0110 */
  3. /* at Mon Mar 30 03:05:44 1998
  4.  */
  5. /* Compiler settings for inout.idl:
  6.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext, oldnames
  7.     error checks: none
  8. */
  9. //@@MIDL_FILE_HEADING(  )
  10. #include <string.h>
  11. #if defined( _ALPHA_ )
  12. #include <stdarg.h>
  13. #endif
  14. #include "inout.h"
  15. #define TYPE_FORMAT_STRING_SIZE   9                                 
  16. #define PROC_FORMAT_STRING_SIZE   15                                
  17. typedef struct _MIDL_TYPE_FORMAT_STRING
  18.     {
  19.     short          Pad;
  20.     unsigned char  Format[ TYPE_FORMAT_STRING_SIZE ];
  21.     } MIDL_TYPE_FORMAT_STRING;
  22. typedef struct _MIDL_PROC_FORMAT_STRING
  23.     {
  24.     short          Pad;
  25.     unsigned char  Format[ PROC_FORMAT_STRING_SIZE ];
  26.     } MIDL_PROC_FORMAT_STRING;
  27. extern const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString;
  28. extern const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString;
  29. /* Standard interface: inout, ver. 1.0,
  30.    GUID={0x6E3B5060,0xCA46,0x1067,{0xB3,0x1A,0x00,0xDD,0x01,0x06,0x62,0xDA}} */
  31. handle_t inout_IfHandle;
  32. static const RPC_CLIENT_INTERFACE inout___RpcClientInterface =
  33.     {
  34.     sizeof(RPC_CLIENT_INTERFACE),
  35.     {{0x6E3B5060,0xCA46,0x1067,{0xB3,0x1A,0x00,0xDD,0x01,0x06,0x62,0xDA}},{1,0}},
  36.     {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
  37.     0,
  38.     0,
  39.     0,
  40.     0,
  41.     0,
  42.     0
  43.     };
  44. RPC_IF_HANDLE inout_ClientIfHandle = (RPC_IF_HANDLE)& inout___RpcClientInterface;
  45. extern const MIDL_STUB_DESC inout_StubDesc;
  46. static RPC_BINDING_HANDLE inout__MIDL_AutoBindHandle;
  47. void InOutProc( 
  48.     /* [in] */ short s1,
  49.     /* [out][in] */ short __RPC_FAR *ps2,
  50.     /* [out] */ float __RPC_FAR *pf3)
  51. {
  52.     RPC_BINDING_HANDLE _Handle = 0;
  53.     
  54.     RPC_MESSAGE _RpcMessage;
  55.     
  56.     MIDL_STUB_MESSAGE _StubMsg;
  57.     
  58.     RpcTryFinally
  59.         {
  60.         NdrClientInitializeNew(
  61.                           ( PRPC_MESSAGE  )&_RpcMessage,
  62.                           ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  63.                           ( PMIDL_STUB_DESC  )&inout_StubDesc,
  64.                           0);
  65.         
  66.         
  67.         _Handle = inout_IfHandle;
  68.         
  69.         
  70.         _StubMsg.BufferLength = 2U + 2U;
  71.         NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
  72.         
  73.         *(( short __RPC_FAR * )_StubMsg.Buffer)++ = s1;
  74.         
  75.         *(( short __RPC_FAR * )_StubMsg.Buffer)++ = *ps2;
  76.         
  77.         NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
  78.         
  79.         if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
  80.             NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
  81.         
  82.         *ps2 = *(( short __RPC_FAR * )_StubMsg.Buffer)++;
  83.         
  84.         _StubMsg.Buffer += 2;
  85.         *pf3 = *(( float __RPC_FAR * )_StubMsg.Buffer)++;
  86.         
  87.         }
  88.     RpcFinally
  89.         {
  90.         NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
  91.         
  92.         }
  93.     RpcEndFinally
  94.     
  95. }
  96. void Shutdown( void)
  97. {
  98.     RPC_BINDING_HANDLE _Handle = 0;
  99.     
  100.     RPC_MESSAGE _RpcMessage;
  101.     
  102.     MIDL_STUB_MESSAGE _StubMsg;
  103.     
  104.     RpcTryFinally
  105.         {
  106.         NdrClientInitializeNew(
  107.                           ( PRPC_MESSAGE  )&_RpcMessage,
  108.                           ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  109.                           ( PMIDL_STUB_DESC  )&inout_StubDesc,
  110.                           1);
  111.         
  112.         
  113.         _Handle = inout_IfHandle;
  114.         
  115.         
  116.         _StubMsg.BufferLength = 0U;
  117.         NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
  118.         
  119.         NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
  120.         
  121.         }
  122.     RpcFinally
  123.         {
  124.         NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
  125.         
  126.         }
  127.     RpcEndFinally
  128.     
  129. }
  130. static const MIDL_STUB_DESC inout_StubDesc = 
  131.     {
  132.     (void __RPC_FAR *)& inout___RpcClientInterface,
  133.     MIDL_user_allocate,
  134.     MIDL_user_free,
  135.     &inout_IfHandle,
  136.     0,
  137.     0,
  138.     0,
  139.     0,
  140.     __MIDL_TypeFormatString.Format,
  141.     0, /* -error bounds_check flag */
  142.     0x10001, /* Ndr library version */
  143.     0,
  144.     0x303006e, /* MIDL Version 3.3.110 */
  145.     0,
  146.     0,
  147.     0,  /* Reserved1 */
  148.     0,  /* Reserved2 */
  149.     0,  /* Reserved3 */
  150.     0,  /* Reserved4 */
  151.     0   /* Reserved5 */
  152.     };
  153. #if !defined(__RPC_WIN32__)
  154. #error  Invalid build platform for this stub.
  155. #endif
  156. static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
  157.     {
  158.         0,
  159.         {
  160. 0x4e, /* FC_IN_PARAM_BASETYPE */
  161. 0x6, /* FC_SHORT */
  162. /*  2 */
  163. 0x50, /* FC_IN_OUT_PARAM */
  164. #ifndef _ALPHA_
  165. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  166. #else
  167. 0x2, /* Alpha Stack size = 2 */
  168. #endif
  169. /*  4 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
  170. /*  6 */
  171. 0x51, /* FC_OUT_PARAM */
  172. #ifndef _ALPHA_
  173. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  174. #else
  175. 0x2, /* Alpha Stack size = 2 */
  176. #endif
  177. /*  8 */ NdrFcShort( 0x4 ), /* Type Offset=4 */
  178. /* 10 */ 0x5b, /* FC_END */
  179. 0x5c, /* FC_PAD */
  180. /* 12 */ 0x5b, /* FC_END */
  181. 0x5c, /* FC_PAD */
  182. 0x0
  183.         }
  184.     };
  185. static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
  186.     {
  187.         0,
  188.         {
  189. 0x11, 0x8, /* FC_RP [simple_pointer] */
  190. /*  2 */ 0x6, /* FC_SHORT */
  191. 0x5c, /* FC_PAD */
  192. /*  4 */
  193. 0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */
  194. /*  6 */ 0xa, /* FC_FLOAT */
  195. 0x5c, /* FC_PAD */
  196. 0x0
  197.         }
  198.     };