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

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:07:20 1998
  4.  */
  5. /* Compiler settings for cxhndl.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 "cxhndl.h"
  15. #define TYPE_FORMAT_STRING_SIZE   35                                
  16. #define PROC_FORMAT_STRING_SIZE   33                                
  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: cxhndl, ver. 1.0,
  30.    GUID={0xA4F1DB00,0xCA47,0x1067,{0xB3,0x1F,0x00,0xDD,0x01,0x06,0x62,0xDA}} */
  31. handle_t hStarter;
  32. static const RPC_CLIENT_INTERFACE cxhndl___RpcClientInterface =
  33.     {
  34.     sizeof(RPC_CLIENT_INTERFACE),
  35.     {{0xA4F1DB00,0xCA47,0x1067,{0xB3,0x1F,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 cxhndl_ClientIfHandle = (RPC_IF_HANDLE)& cxhndl___RpcClientInterface;
  45. extern const MIDL_STUB_DESC cxhndl_StubDesc;
  46. static RPC_BINDING_HANDLE cxhndl__MIDL_AutoBindHandle;
  47. short RemoteOpen( 
  48.     /* [out] */ PCONTEXT_HANDLE_TYPE __RPC_FAR *pphContext,
  49.     /* [string][in] */ unsigned char __RPC_FAR *pszFile)
  50. {
  51.     RPC_BINDING_HANDLE _Handle = 0;
  52.     
  53.     short _RetVal;
  54.     
  55.     RPC_MESSAGE _RpcMessage;
  56.     
  57.     MIDL_STUB_MESSAGE _StubMsg;
  58.     
  59.     RpcTryFinally
  60.         {
  61.         NdrClientInitializeNew(
  62.                           ( PRPC_MESSAGE  )&_RpcMessage,
  63.                           ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  64.                           ( PMIDL_STUB_DESC  )&cxhndl_StubDesc,
  65.                           0);
  66.         
  67.         
  68.         _Handle = hStarter;
  69.         
  70.         
  71.         _StubMsg.BufferLength = 12U;
  72.         NdrConformantStringBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
  73.                                        (unsigned char __RPC_FAR *)pszFile,
  74.                                        (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[10] );
  75.         
  76.         NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
  77.         
  78.         NdrConformantStringMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
  79.                                      (unsigned char __RPC_FAR *)pszFile,
  80.                                      (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[10] );
  81.         
  82.         NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
  83.         
  84.         if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
  85.             NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
  86.         
  87.         *pphContext = (void *)0;
  88.         NdrClientContextUnmarshall(
  89.                               ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  90.                               ( NDR_CCONTEXT __RPC_FAR * )pphContext,
  91.                               _Handle);
  92.         
  93.         _RetVal = *(( short __RPC_FAR * )_StubMsg.Buffer)++;
  94.         
  95.         }
  96.     RpcFinally
  97.         {
  98.         NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
  99.         
  100.         }
  101.     RpcEndFinally
  102.     
  103.     return _RetVal;
  104. }
  105. short RemoteRead( 
  106.     /* [in] */ PCONTEXT_HANDLE_TYPE phContext,
  107.     /* [out] */ unsigned char __RPC_FAR achBuf[ 1024 ],
  108.     /* [out] */ short __RPC_FAR *pcbBuf)
  109. {
  110.     RPC_BINDING_HANDLE _Handle = 0;
  111.     
  112.     short _RetVal;
  113.     
  114.     RPC_MESSAGE _RpcMessage;
  115.     
  116.     MIDL_STUB_MESSAGE _StubMsg;
  117.     
  118.     RpcTryFinally
  119.         {
  120.         NdrClientInitializeNew(
  121.                           ( PRPC_MESSAGE  )&_RpcMessage,
  122.                           ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  123.                           ( PMIDL_STUB_DESC  )&cxhndl_StubDesc,
  124.                           1);
  125.         
  126.         
  127.         _Handle = NDRCContextBinding(( NDR_CCONTEXT  )phContext);;
  128.         
  129.         
  130.         _StubMsg.BufferLength = 20U;
  131.         NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
  132.         
  133.         NdrClientContextMarshall(
  134.                             ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  135.                             ( NDR_CCONTEXT  )phContext,
  136.                             1);
  137.         NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
  138.         
  139.         if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
  140.             NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[10] );
  141.         
  142.         NdrFixedArrayUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
  143.                                  (unsigned char __RPC_FAR * __RPC_FAR *)&achBuf,
  144.                                  (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[16],
  145.                                  (unsigned char)0 );
  146.         
  147.         *pcbBuf = *(( short __RPC_FAR * )_StubMsg.Buffer)++;
  148.         
  149.         _RetVal = *(( short __RPC_FAR * )_StubMsg.Buffer)++;
  150.         
  151.         }
  152.     RpcFinally
  153.         {
  154.         NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
  155.         
  156.         }
  157.     RpcEndFinally
  158.     
  159.     return _RetVal;
  160. }
  161. short RemoteClose( 
  162.     /* [out][in] */ PCONTEXT_HANDLE_TYPE __RPC_FAR *pphContext)
  163. {
  164.     RPC_BINDING_HANDLE _Handle = 0;
  165.     
  166.     short _RetVal;
  167.     
  168.     RPC_MESSAGE _RpcMessage;
  169.     
  170.     MIDL_STUB_MESSAGE _StubMsg;
  171.     
  172.     RpcTryFinally
  173.         {
  174.         NdrClientInitializeNew(
  175.                           ( PRPC_MESSAGE  )&_RpcMessage,
  176.                           ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  177.                           ( PMIDL_STUB_DESC  )&cxhndl_StubDesc,
  178.                           2);
  179.         
  180.         
  181.         _Handle = NDRCContextBinding(( NDR_CCONTEXT  )*pphContext);;
  182.         
  183.         
  184.         _StubMsg.BufferLength = 20U;
  185.         NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
  186.         
  187.         NdrClientContextMarshall(
  188.                             ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  189.                             ( NDR_CCONTEXT  )*pphContext,
  190.                             0);
  191.         NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
  192.         
  193.         if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
  194.             NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[24] );
  195.         
  196.         NdrClientContextUnmarshall(
  197.                               ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  198.                               ( NDR_CCONTEXT __RPC_FAR * )pphContext,
  199.                               _Handle);
  200.         
  201.         _RetVal = *(( short __RPC_FAR * )_StubMsg.Buffer)++;
  202.         
  203.         }
  204.     RpcFinally
  205.         {
  206.         NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
  207.         
  208.         }
  209.     RpcEndFinally
  210.     
  211.     return _RetVal;
  212. }
  213. void Shutdown( void)
  214. {
  215.     RPC_BINDING_HANDLE _Handle = 0;
  216.     
  217.     RPC_MESSAGE _RpcMessage;
  218.     
  219.     MIDL_STUB_MESSAGE _StubMsg;
  220.     
  221.     RpcTryFinally
  222.         {
  223.         NdrClientInitializeNew(
  224.                           ( PRPC_MESSAGE  )&_RpcMessage,
  225.                           ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  226.                           ( PMIDL_STUB_DESC  )&cxhndl_StubDesc,
  227.                           3);
  228.         
  229.         
  230.         _Handle = hStarter;
  231.         
  232.         
  233.         _StubMsg.BufferLength = 0U;
  234.         NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
  235.         
  236.         NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
  237.         
  238.         }
  239.     RpcFinally
  240.         {
  241.         NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
  242.         
  243.         }
  244.     RpcEndFinally
  245.     
  246. }
  247. static const MIDL_STUB_DESC cxhndl_StubDesc = 
  248.     {
  249.     (void __RPC_FAR *)& cxhndl___RpcClientInterface,
  250.     MIDL_user_allocate,
  251.     MIDL_user_free,
  252.     &hStarter,
  253.     0,
  254.     0,
  255.     0,
  256.     0,
  257.     __MIDL_TypeFormatString.Format,
  258.     0, /* -error bounds_check flag */
  259.     0x10001, /* Ndr library version */
  260.     0,
  261.     0x303006e, /* MIDL Version 3.3.110 */
  262.     0,
  263.     0,
  264.     0,  /* Reserved1 */
  265.     0,  /* Reserved2 */
  266.     0,  /* Reserved3 */
  267.     0,  /* Reserved4 */
  268.     0   /* Reserved5 */
  269.     };
  270. #if !defined(__RPC_WIN32__)
  271. #error  Invalid build platform for this stub.
  272. #endif
  273. static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
  274.     {
  275.         0,
  276.         {
  277. 0x51, /* FC_OUT_PARAM */
  278. #ifndef _ALPHA_
  279. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  280. #else
  281. 0x2, /* Alpha Stack size = 2 */
  282. #endif
  283. /*  2 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
  284. /*  4 */
  285. 0x4d, /* FC_IN_PARAM */
  286. #ifndef _ALPHA_
  287. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  288. #else
  289. 0x2, /* Alpha Stack size = 2 */
  290. #endif
  291. /*  6 */ NdrFcShort( 0x8 ), /* Type Offset=8 */
  292. /*  8 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
  293. 0x6, /* FC_SHORT */
  294. /* 10 */
  295. 0x4d, /* FC_IN_PARAM */
  296. #ifndef _ALPHA_
  297. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  298. #else
  299. 0x2, /* Alpha Stack size = 2 */
  300. #endif
  301. /* 12 */ NdrFcShort( 0xc ), /* Type Offset=12 */
  302. /* 14 */
  303. 0x51, /* FC_OUT_PARAM */
  304. #ifndef _ALPHA_
  305. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  306. #else
  307. 0x2, /* Alpha Stack size = 2 */
  308. #endif
  309. /* 16 */ NdrFcShort( 0x10 ), /* Type Offset=16 */
  310. /* 18 */
  311. 0x51, /* FC_OUT_PARAM */
  312. #ifndef _ALPHA_
  313. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  314. #else
  315. 0x2, /* Alpha Stack size = 2 */
  316. #endif
  317. /* 20 */ NdrFcShort( 0x16 ), /* Type Offset=22 */
  318. /* 22 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
  319. 0x6, /* FC_SHORT */
  320. /* 24 */
  321. 0x50, /* FC_IN_OUT_PARAM */
  322. #ifndef _ALPHA_
  323. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  324. #else
  325. 0x2, /* Alpha Stack size = 2 */
  326. #endif
  327. /* 26 */ NdrFcShort( 0x1a ), /* Type Offset=26 */
  328. /* 28 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
  329. 0x6, /* FC_SHORT */
  330. /* 30 */ 0x5b, /* FC_END */
  331. 0x5c, /* FC_PAD */
  332. 0x0
  333.         }
  334.     };
  335. static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
  336.     {
  337.         0,
  338.         {
  339. 0x11, 0x0, /* FC_RP */
  340. /*  2 */ NdrFcShort( 0x2 ), /* Offset= 2 (4) */
  341. /*  4 */ 0x30, /* FC_BIND_CONTEXT */
  342. 0xa0, /* 160 */
  343. /*  6 */ 0x0, /* 0 */
  344. 0x0, /* 0 */
  345. /*  8 */
  346. 0x11, 0x8, /* FC_RP [simple_pointer] */
  347. /* 10 */
  348. 0x22, /* FC_C_CSTRING */
  349. 0x5c, /* FC_PAD */
  350. /* 12 */ 0x30, /* FC_BIND_CONTEXT */
  351. 0x40, /* 64 */
  352. /* 14 */ 0x0, /* 0 */
  353. 0x0, /* 0 */
  354. /* 16 */
  355. 0x1d, /* FC_SMFARRAY */
  356. 0x0, /* 0 */
  357. /* 18 */ NdrFcShort( 0x400 ), /* 1024 */
  358. /* 20 */ 0x2, /* FC_CHAR */
  359. 0x5b, /* FC_END */
  360. /* 22 */
  361. 0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */
  362. /* 24 */ 0x6, /* FC_SHORT */
  363. 0x5c, /* FC_PAD */
  364. /* 26 */
  365. 0x11, 0x0, /* FC_RP */
  366. /* 28 */ NdrFcShort( 0x2 ), /* Offset= 2 (30) */
  367. /* 30 */ 0x30, /* FC_BIND_CONTEXT */
  368. 0xe0, /* 224 */
  369. /* 32 */ 0x0, /* 0 */
  370. 0x0, /* 0 */
  371. 0x0
  372.         }
  373.     };