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

Windows编程

开发平台:

Visual C++

  1. /* this ALWAYS GENERATED file contains the RPC server stubs */
  2. /* File created by MIDL compiler version 3.03.0110 */
  3. /* at Mon Mar 30 03:08:16 1998
  4.  */
  5. /* Compiler settings for nhello.idl:
  6.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  7.     error checks: none
  8. */
  9. //@@MIDL_FILE_HEADING(  )
  10. #include <string.h>
  11. #include "nhello.h"
  12. #define TYPE_FORMAT_STRING_SIZE   5                                 
  13. #define PROC_FORMAT_STRING_SIZE   13                                
  14. typedef struct _MIDL_TYPE_FORMAT_STRING
  15.     {
  16.     short          Pad;
  17.     unsigned char  Format[ TYPE_FORMAT_STRING_SIZE ];
  18.     } MIDL_TYPE_FORMAT_STRING;
  19. typedef struct _MIDL_PROC_FORMAT_STRING
  20.     {
  21.     short          Pad;
  22.     unsigned char  Format[ PROC_FORMAT_STRING_SIZE ];
  23.     } MIDL_PROC_FORMAT_STRING;
  24. extern const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString;
  25. extern const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString;
  26. /* Standard interface: nhello, ver. 1.0,
  27.    GUID={0x5D6E4DA0,0x0D21,0x1068,{0x94,0xB1,0x00,0xDD,0x01,0x06,0x62,0xDA}} */
  28. extern RPC_DISPATCH_TABLE nhello_v1_0_DispatchTable;
  29. static const RPC_SERVER_INTERFACE nhello___RpcServerInterface =
  30.     {
  31.     sizeof(RPC_SERVER_INTERFACE),
  32.     {{0x5D6E4DA0,0x0D21,0x1068,{0x94,0xB1,0x00,0xDD,0x01,0x06,0x62,0xDA}},{1,0}},
  33.     {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
  34.     &nhello_v1_0_DispatchTable,
  35.     0,
  36.     0,
  37.     0,
  38.     0,
  39.     0
  40.     };
  41. RPC_IF_HANDLE nhello_v1_0_s_ifspec = (RPC_IF_HANDLE)& nhello___RpcServerInterface;
  42. extern const MIDL_STUB_DESC nhello_StubDesc;
  43. void __RPC_STUB
  44. nhello_HelloProc(
  45.     PRPC_MESSAGE _pRpcMessage )
  46. {
  47.     MIDL_STUB_MESSAGE _StubMsg;
  48.     handle_t nBinding;
  49.     unsigned char __RPC_FAR *pszString;
  50.     RPC_STATUS _Status;
  51.     
  52.     ((void)(_Status));
  53.     NdrServerInitializeNew(
  54.                           _pRpcMessage,
  55.                           &_StubMsg,
  56.                           &nhello_StubDesc);
  57.     
  58.     nBinding = _pRpcMessage->Handle;
  59.     ( unsigned char __RPC_FAR * )pszString = 0;
  60.     RpcTryFinally
  61.         {
  62.         if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
  63.             NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
  64.         
  65.         NdrConformantStringUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
  66.                                        (unsigned char __RPC_FAR * __RPC_FAR *)&pszString,
  67.                                        (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[2],
  68.                                        (unsigned char)0 );
  69.         
  70.         
  71.         HelloProc(nBinding,pszString);
  72.         
  73.         }
  74.     RpcFinally
  75.         {
  76.         }
  77.     RpcEndFinally
  78.     _pRpcMessage->BufferLength = 
  79.         (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
  80.     
  81. }
  82. void __RPC_STUB
  83. nhello_Shutdown(
  84.     PRPC_MESSAGE _pRpcMessage )
  85. {
  86.     MIDL_STUB_MESSAGE _StubMsg;
  87.     handle_t nBinding;
  88.     RPC_STATUS _Status;
  89.     
  90.     ((void)(_Status));
  91.     NdrServerInitializeNew(
  92.                           _pRpcMessage,
  93.                           &_StubMsg,
  94.                           &nhello_StubDesc);
  95.     
  96.     nBinding = _pRpcMessage->Handle;
  97.     RpcTryFinally
  98.         {
  99.         if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
  100.             NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[8] );
  101.         
  102.         
  103.         Shutdown(nBinding);
  104.         
  105.         }
  106.     RpcFinally
  107.         {
  108.         }
  109.     RpcEndFinally
  110.     _pRpcMessage->BufferLength = 
  111.         (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
  112.     
  113. }
  114. static const MIDL_STUB_DESC nhello_StubDesc = 
  115.     {
  116.     (void __RPC_FAR *)& nhello___RpcServerInterface,
  117.     MIDL_user_allocate,
  118.     MIDL_user_free,
  119.     0,
  120.     0,
  121.     0,
  122.     0,
  123.     0,
  124.     __MIDL_TypeFormatString.Format,
  125.     0, /* -error bounds_check flag */
  126.     0x10001, /* Ndr library version */
  127.     0,
  128.     0x303006e, /* MIDL Version 3.3.110 */
  129.     0,
  130.     0,
  131.     0,  /* Reserved1 */
  132.     0,  /* Reserved2 */
  133.     0,  /* Reserved3 */
  134.     0,  /* Reserved4 */
  135.     0   /* Reserved5 */
  136.     };
  137. static RPC_DISPATCH_FUNCTION nhello_table[] =
  138.     {
  139.     nhello_HelloProc,
  140.     nhello_Shutdown,
  141.     0
  142.     };
  143. RPC_DISPATCH_TABLE nhello_v1_0_DispatchTable = 
  144.     {
  145.     2,
  146.     nhello_table
  147.     };
  148. #if !defined(__RPC_WIN32__)
  149. #error  Invalid build platform for this stub.
  150. #endif
  151. static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
  152.     {
  153.         0,
  154.         {
  155. 0x4e, /* FC_IN_PARAM_BASETYPE */
  156. 0xf, /* FC_IGNORE */
  157. /*  2 */
  158. 0x4d, /* FC_IN_PARAM */
  159. #ifndef _ALPHA_
  160. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  161. #else
  162. 0x2, /* Alpha Stack size = 2 */
  163. #endif
  164. /*  4 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
  165. /*  6 */ 0x5b, /* FC_END */
  166. 0x5c, /* FC_PAD */
  167. /*  8 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
  168. 0xf, /* FC_IGNORE */
  169. /* 10 */ 0x5b, /* FC_END */
  170. 0x5c, /* FC_PAD */
  171. 0x0
  172.         }
  173.     };
  174. static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
  175.     {
  176.         0,
  177.         {
  178. 0x11, 0x8, /* FC_RP [simple_pointer] */
  179. /*  2 */
  180. 0x22, /* FC_C_CSTRING */
  181. 0x5c, /* FC_PAD */
  182. 0x0
  183.         }
  184.     };