home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / dynout / dynout_s.c < prev    next >
C/C++ Source or Header  |  1998-03-30  |  6KB  |  225 lines

  1. /* this ALWAYS GENERATED file contains the RPC server stubs */
  2.  
  3.  
  4. /* File created by MIDL compiler version 3.03.0110 */
  5. /* at Mon Mar 30 03:06:59 1998
  6.  */
  7. /* Compiler settings for dynout.idl:
  8.     Os (OptLev=s), W1, Zp1, env=Win32, ms_ext, c_ext
  9.     error checks: none
  10. */
  11. //@@MIDL_FILE_HEADING(  )
  12.  
  13. #include <string.h>
  14. #include "dynout.h"
  15.  
  16. #define TYPE_FORMAT_STRING_SIZE   23                                
  17. #define PROC_FORMAT_STRING_SIZE   11                                
  18.  
  19. typedef struct _MIDL_TYPE_FORMAT_STRING
  20.     {
  21.     short          Pad;
  22.     unsigned char  Format[ TYPE_FORMAT_STRING_SIZE ];
  23.     } MIDL_TYPE_FORMAT_STRING;
  24.  
  25. typedef struct _MIDL_PROC_FORMAT_STRING
  26.     {
  27.     short          Pad;
  28.     unsigned char  Format[ PROC_FORMAT_STRING_SIZE ];
  29.     } MIDL_PROC_FORMAT_STRING;
  30.  
  31. extern const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString;
  32. extern const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString;
  33.  
  34. /* Standard interface: MemStuff, ver. 1.0,
  35.    GUID={0x8b4c8b20,0xfec6,0x11ce,{0xb4,0xeb,0x00,0x80,0xc7,0x79,0xfc,0x83}} */
  36.  
  37.  
  38. extern RPC_DISPATCH_TABLE MemStuff_v1_0_DispatchTable;
  39.  
  40. static const RPC_SERVER_INTERFACE MemStuff___RpcServerInterface =
  41.     {
  42.     sizeof(RPC_SERVER_INTERFACE),
  43.     {{0x8b4c8b20,0xfec6,0x11ce,{0xb4,0xeb,0x00,0x80,0xc7,0x79,0xfc,0x83}},{1,0}},
  44.     {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
  45.     &MemStuff_v1_0_DispatchTable,
  46.     0,
  47.     0,
  48.     0,
  49.     0,
  50.     0
  51.     };
  52. RPC_IF_HANDLE MemStuff_v1_0_s_ifspec = (RPC_IF_HANDLE)& MemStuff___RpcServerInterface;
  53.  
  54. extern const MIDL_STUB_DESC MemStuff_StubDesc;
  55.  
  56. void __RPC_STUB
  57. MemStuff_GrabChunk(
  58.     PRPC_MESSAGE _pRpcMessage )
  59. {
  60.     long _M1;
  61.     unsigned char __RPC_FAR *_M2;
  62.     short _RetVal;
  63.     MIDL_STUB_MESSAGE _StubMsg;
  64.     long __RPC_FAR *lSize;
  65.     unsigned char __RPC_FAR *__RPC_FAR *ppData;
  66.     RPC_STATUS _Status;
  67.     
  68.     ((void)(_Status));
  69.     NdrServerInitializeNew(
  70.                           _pRpcMessage,
  71.                           &_StubMsg,
  72.                           &MemStuff_StubDesc);
  73.     
  74.     ( long __RPC_FAR * )lSize = 0;
  75.     ( unsigned char __RPC_FAR *__RPC_FAR * )ppData = 0;
  76.     RpcTryFinally
  77.         {
  78.         lSize = &_M1;
  79.         ppData = &_M2;
  80.         _M2 = 0;
  81.         
  82.         _RetVal = GrabChunk(lSize,ppData);
  83.         
  84.         _StubMsg.BufferLength = 4U + 8U + 5U;
  85.         _StubMsg.MaxCount = lSize ? *lSize : 0;
  86.         
  87.         NdrPointerBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
  88.                               (unsigned char __RPC_FAR *)ppData,
  89.                               (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4] );
  90.         
  91.         _StubMsg.BufferLength += 16;
  92.         
  93.         _pRpcMessage->BufferLength = _StubMsg.BufferLength;
  94.         
  95.         _Status = I_RpcGetBuffer( _pRpcMessage ); 
  96.         if ( _Status )
  97.             RpcRaiseException( _Status );
  98.         
  99.         _StubMsg.Buffer = (unsigned char __RPC_FAR *) _pRpcMessage->Buffer;
  100.         
  101.         *(( long __RPC_FAR * )_StubMsg.Buffer)++ = *lSize;
  102.         
  103.         _StubMsg.MaxCount = lSize ? *lSize : 0;
  104.         
  105.         NdrPointerMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
  106.                             (unsigned char __RPC_FAR *)ppData,
  107.                             (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4] );
  108.         
  109.         _StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 1) & ~ 0x1);
  110.         *(( short __RPC_FAR * )_StubMsg.Buffer)++ = _RetVal;
  111.         
  112.         }
  113.     RpcFinally
  114.         {
  115.         _StubMsg.MaxCount = lSize ? *lSize : 0;
  116.         
  117.         NdrPointerFree( &_StubMsg,
  118.                         (unsigned char __RPC_FAR *)ppData,
  119.                         &__MIDL_TypeFormatString.Format[4] );
  120.         
  121.         }
  122.     RpcEndFinally
  123.     _pRpcMessage->BufferLength = 
  124.         (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
  125.     
  126. }
  127.  
  128.  
  129. static const MIDL_STUB_DESC MemStuff_StubDesc = 
  130.     {
  131.     (void __RPC_FAR *)& MemStuff___RpcServerInterface,
  132.     MIDL_user_allocate,
  133.     MIDL_user_free,
  134.     0,
  135.     0,
  136.     0,
  137.     0,
  138.     0,
  139.     __MIDL_TypeFormatString.Format,
  140.     0, /* -error bounds_check flag */
  141.     0x10001, /* Ndr library version */
  142.     0,
  143.     0x303006e, /* MIDL Version 3.3.110 */
  144.     0,
  145.     0,
  146.     0,  /* Reserved1 */
  147.     0,  /* Reserved2 */
  148.     0,  /* Reserved3 */
  149.     0,  /* Reserved4 */
  150.     0   /* Reserved5 */
  151.     };
  152.  
  153. static RPC_DISPATCH_FUNCTION MemStuff_table[] =
  154.     {
  155.     MemStuff_GrabChunk,
  156.     0
  157.     };
  158. RPC_DISPATCH_TABLE MemStuff_v1_0_DispatchTable = 
  159.     {
  160.     1,
  161.     MemStuff_table
  162.     };
  163.  
  164. #if !defined(__RPC_WIN32__)
  165. #error  Invalid build platform for this stub.
  166. #endif
  167.  
  168. static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
  169.     {
  170.         0,
  171.         {
  172.             
  173.             0x51,        /* FC_OUT_PARAM */
  174. #ifndef _ALPHA_
  175.             0x1,        /* x86, MIPS & PPC Stack size = 1 */
  176. #else
  177.             0x2,        /* Alpha Stack size = 2 */
  178. #endif
  179. /*  2 */    NdrFcShort( 0x0 ),    /* Type Offset=0 */
  180. /*  4 */    
  181.             0x51,        /* FC_OUT_PARAM */
  182. #ifndef _ALPHA_
  183.             0x1,        /* x86, MIPS & PPC Stack size = 1 */
  184. #else
  185.             0x2,        /* Alpha Stack size = 2 */
  186. #endif
  187. /*  6 */    NdrFcShort( 0x4 ),    /* Type Offset=4 */
  188. /*  8 */    0x53,        /* FC_RETURN_PARAM_BASETYPE */
  189.             0x6,        /* FC_SHORT */
  190.  
  191.             0x0
  192.         }
  193.     };
  194.  
  195. static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
  196.     {
  197.         0,
  198.         {
  199.             0x11, 0xc,    /* FC_RP [alloced_on_stack] [simple_pointer] */
  200. /*  2 */    0x8,        /* FC_LONG */
  201.             0x5c,        /* FC_PAD */
  202. /*  4 */    
  203.             0x11, 0x14,    /* FC_RP [alloced_on_stack] */
  204. /*  6 */    NdrFcShort( 0x2 ),    /* Offset= 2 (8) */
  205. /*  8 */    
  206.             0x12, 0x0,    /* FC_UP */
  207. /* 10 */    NdrFcShort( 0x2 ),    /* Offset= 2 (12) */
  208. /* 12 */    
  209.             0x1b,        /* FC_CARRAY */
  210.             0x0,        /* 0 */
  211. /* 14 */    NdrFcShort( 0x1 ),    /* 1 */
  212. /* 16 */    0x28,        /* 40 */
  213.             0x54,        /* FC_DEREFERENCE */
  214. #ifndef _ALPHA_
  215. /* 18 */    NdrFcShort( 0x0 ),    /* x86, MIPS, PPC Stack size/offset = 0 */
  216. #else
  217.             NdrFcShort( 0x0 ),    /* Alpha Stack size/offset = 0 */
  218. #endif
  219. /* 20 */    0x2,        /* FC_CHAR */
  220.             0x5b,        /* FC_END */
  221.  
  222.             0x0
  223.         }
  224.     };
  225.