PIPE_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:39 1998
  4.  */
  5. /* Compiler settings for pipe.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 "pipe.h"
  12. #define TYPE_FORMAT_STRING_SIZE   15                                
  13. #define PROC_FORMAT_STRING_SIZE   27                                
  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: pipe_sample, ver. 1.0,
  27.    GUID={0x60ceb4a0,0xc2f1,0x11cf,{0x95,0x56,0x00,0xaa,0x00,0x37,0x4e,0x69}} */
  28. extern const MIDL_SERVER_INFO pipe_sample_ServerInfo;
  29. extern RPC_DISPATCH_TABLE pipe_sample_v1_0_DispatchTable;
  30. static const RPC_SERVER_INTERFACE pipe_sample___RpcServerInterface =
  31.     {
  32.     sizeof(RPC_SERVER_INTERFACE),
  33.     {{0x60ceb4a0,0xc2f1,0x11cf,{0x95,0x56,0x00,0xaa,0x00,0x37,0x4e,0x69}},{1,0}},
  34.     {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
  35.     &pipe_sample_v1_0_DispatchTable,
  36.     0,
  37.     0,
  38.     0,
  39.     &pipe_sample_ServerInfo,
  40.     RPC_INTERFACE_HAS_PIPES
  41.     };
  42. RPC_IF_HANDLE pipe_sample_v1_0_s_ifspec = (RPC_IF_HANDLE)& pipe_sample___RpcServerInterface;
  43. extern const MIDL_STUB_DESC pipe_sample_StubDesc;
  44. void __RPC_STUB
  45. pipe_sample_ShutDown(
  46.     PRPC_MESSAGE _pRpcMessage )
  47. {
  48.     MIDL_STUB_MESSAGE _StubMsg;
  49.     RPC_STATUS _Status;
  50.     
  51.     ((void)(_Status));
  52.     NdrServerInitializeNew(
  53.                           _pRpcMessage,
  54.                           &_StubMsg,
  55.                           &pipe_sample_StubDesc);
  56.     
  57.     RpcTryFinally
  58.         {
  59.         
  60.         ShutDown();
  61.         
  62.         }
  63.     RpcFinally
  64.         {
  65.         }
  66.     RpcEndFinally
  67.     _pRpcMessage->BufferLength = 
  68.         (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
  69.     
  70. }
  71. static const MIDL_STUB_DESC pipe_sample_StubDesc = 
  72.     {
  73.     (void __RPC_FAR *)& pipe_sample___RpcServerInterface,
  74.     MIDL_user_allocate,
  75.     MIDL_user_free,
  76.     0,
  77.     0,
  78.     0,
  79.     0,
  80.     0,
  81.     __MIDL_TypeFormatString.Format,
  82.     0, /* -error bounds_check flag */
  83.     0x20000, /* Ndr library version */
  84.     0,
  85.     0x303006e, /* MIDL Version 3.3.110 */
  86.     0,
  87.     0,
  88.     0,  /* Reserved1 */
  89.     0,  /* Reserved2 */
  90.     0,  /* Reserved3 */
  91.     0,  /* Reserved4 */
  92.     0   /* Reserved5 */
  93.     };
  94. static RPC_DISPATCH_FUNCTION pipe_sample_table[] =
  95.     {
  96.     NdrServerCall2,
  97.     pipe_sample_ShutDown,
  98.     0
  99.     };
  100. RPC_DISPATCH_TABLE pipe_sample_v1_0_DispatchTable = 
  101.     {
  102.     2,
  103.     pipe_sample_table
  104.     };
  105. static const SERVER_ROUTINE pipe_sample_ServerRoutineTable[] = 
  106.     {
  107.     (SERVER_ROUTINE)ScrambleFile,
  108.     (SERVER_ROUTINE)ShutDown
  109.     };
  110. static const unsigned short pipe_sample_FormatStringOffsetTable[] = 
  111.     {
  112.     0,
  113.     24
  114.     };
  115. static const MIDL_SERVER_INFO pipe_sample_ServerInfo = 
  116.     {
  117.     &pipe_sample_StubDesc,
  118.     pipe_sample_ServerRoutineTable,
  119.     __MIDL_ProcFormatString.Format,
  120.     pipe_sample_FormatStringOffsetTable,
  121.     0,
  122.     0,
  123.     0,
  124.     0
  125.     };
  126. #if !defined(__RPC_WIN32__)
  127. #error  Invalid build platform for this stub.
  128. #endif
  129. #if !(TARGET_IS_NT40_OR_LATER)
  130. #error You need a Windows NT 4.0 or later to run this stub because it uses these features:
  131. #error   -Oif or -Oicf, idl pipes.
  132. #error However, your C/C++ compilation flags indicate you intend to run this app on earlier systems.
  133. #error This app will die there with the RPC_X_WRONG_STUB_VERSION error.
  134. #endif
  135. static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
  136.     {
  137.         0,
  138.         {
  139. /* Procedure ScrambleFile */
  140. 0x32, /* FC_BIND_PRIMITIVE */
  141. 0x40, /* 64 */
  142. /*  2 */ NdrFcShort( 0x0 ), /* 0 */
  143. #ifndef _ALPHA_
  144. /*  4 */ NdrFcShort( 0x8 ), /* x86, MIPS, PPC Stack size/offset = 8 */
  145. #else
  146. NdrFcShort( 0x10 ), /* Alpha Stack size/offset = 16 */
  147. #endif
  148. /*  6 */ NdrFcShort( 0x8 ), /* 8 */
  149. /*  8 */ NdrFcShort( 0x0 ), /* 0 */
  150. /* 10 */ 0x8, /* 8 */
  151. 0x2, /* 2 */
  152. /* Parameter Action */
  153. /* 12 */ NdrFcShort( 0x48 ), /* 72 */
  154. #ifndef _ALPHA_
  155. /* 14 */ NdrFcShort( 0x0 ), /* x86, MIPS, PPC Stack size/offset = 0 */
  156. #else
  157. NdrFcShort( 0x0 ), /* Alpha Stack size/offset = 0 */
  158. #endif
  159. /* 16 */ 0x8, /* FC_LONG */
  160. 0x0, /* 0 */
  161. /* Parameter pipe_data */
  162. /* 18 */ NdrFcShort( 0x11c ), /* 284 */
  163. #ifndef _ALPHA_
  164. /* 20 */ NdrFcShort( 0x4 ), /* x86, MIPS, PPC Stack size/offset = 4 */
  165. #else
  166. NdrFcShort( 0x8 ), /* Alpha Stack size/offset = 8 */
  167. #endif
  168. /* 22 */ NdrFcShort( 0x6 ), /* Type Offset=6 */
  169. /* 24 */ 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, 0x0, /* FC_RP */
  179. /*  2 */ NdrFcShort( 0x4 ), /* Offset= 4 (6) */
  180. /*  4 */ 0x2, /* FC_CHAR */
  181. 0x5c, /* FC_PAD */
  182. /*  6 */ 0xb5, /* FC_PIPE */
  183. 0x0, /* 0 */
  184. /*  8 */ NdrFcShort( 0xfffffffc ), /* Offset= -4 (4) */
  185. /* 10 */ NdrFcShort( 0x1 ), /* 1 */
  186. /* 12 */ NdrFcShort( 0x1 ), /* 1 */
  187. 0x0
  188.         }
  189.     };