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_c.c next >
C/C++ Source or Header  |  1998-03-30  |  6KB  |  199 lines

  1. /* this ALWAYS GENERATED file contains the RPC client 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. #if defined( _ALPHA_ )
  15. #include <stdarg.h>
  16. #endif
  17.  
  18. #include "dynout.h"
  19.  
  20. #define TYPE_FORMAT_STRING_SIZE   23                                
  21. #define PROC_FORMAT_STRING_SIZE   11                                
  22.  
  23. typedef struct _MIDL_TYPE_FORMAT_STRING
  24.     {
  25.     short          Pad;
  26.     unsigned char  Format[ TYPE_FORMAT_STRING_SIZE ];
  27.     } MIDL_TYPE_FORMAT_STRING;
  28.  
  29. typedef struct _MIDL_PROC_FORMAT_STRING
  30.     {
  31.     short          Pad;
  32.     unsigned char  Format[ PROC_FORMAT_STRING_SIZE ];
  33.     } MIDL_PROC_FORMAT_STRING;
  34.  
  35.  
  36. extern const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString;
  37. extern const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString;
  38.  
  39. /* Standard interface: MemStuff, ver. 1.0,
  40.    GUID={0x8b4c8b20,0xfec6,0x11ce,{0xb4,0xeb,0x00,0x80,0xc7,0x79,0xfc,0x83}} */
  41.  
  42.  
  43.  
  44. static const RPC_CLIENT_INTERFACE MemStuff___RpcClientInterface =
  45.     {
  46.     sizeof(RPC_CLIENT_INTERFACE),
  47.     {{0x8b4c8b20,0xfec6,0x11ce,{0xb4,0xeb,0x00,0x80,0xc7,0x79,0xfc,0x83}},{1,0}},
  48.     {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
  49.     0,
  50.     0,
  51.     0,
  52.     0,
  53.     0,
  54.     0
  55.     };
  56. RPC_IF_HANDLE MemStuff_v1_0_c_ifspec = (RPC_IF_HANDLE)& MemStuff___RpcClientInterface;
  57.  
  58. extern const MIDL_STUB_DESC MemStuff_StubDesc;
  59.  
  60. static RPC_BINDING_HANDLE MemStuff__MIDL_AutoBindHandle;
  61.  
  62.  
  63. short GrabChunk( 
  64.     /* [out] */ long __RPC_FAR *lSize,
  65.     /* [size_is][size_is][out] */ unsigned char __RPC_FAR *__RPC_FAR *ppData)
  66. {
  67.  
  68.     short _RetVal;
  69.     
  70.     RPC_MESSAGE _RpcMessage;
  71.     
  72.     MIDL_STUB_MESSAGE _StubMsg;
  73.     
  74.     RpcTryFinally
  75.         {
  76.         NdrClientInitializeNew(
  77.                           ( PRPC_MESSAGE  )&_RpcMessage,
  78.                           ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  79.                           ( PMIDL_STUB_DESC  )&MemStuff_StubDesc,
  80.                           0);
  81.         
  82.         
  83.         
  84.         _StubMsg.BufferLength = 0U;
  85.         NdrNsGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, MemStuff__MIDL_AutoBindHandle );
  86.         
  87.         NdrNsSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer, (RPC_BINDING_HANDLE __RPC_FAR *) &MemStuff__MIDL_AutoBindHandle );
  88.         
  89.         if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
  90.             NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
  91.         
  92.         *lSize = *(( long __RPC_FAR * )_StubMsg.Buffer)++;
  93.         
  94.         NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
  95.                               (unsigned char __RPC_FAR * __RPC_FAR *)&ppData,
  96.                               (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4],
  97.                               (unsigned char)0 );
  98.         
  99.         _StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 1) & ~ 0x1);
  100.         _RetVal = *(( short __RPC_FAR * )_StubMsg.Buffer)++;
  101.         
  102.         }
  103.     RpcFinally
  104.         {
  105.         NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
  106.         
  107.         }
  108.     RpcEndFinally
  109.     
  110.     return _RetVal;
  111. }
  112.  
  113.  
  114. static const MIDL_STUB_DESC MemStuff_StubDesc = 
  115.     {
  116.     (void __RPC_FAR *)& MemStuff___RpcClientInterface,
  117.     MIDL_user_allocate,
  118.     MIDL_user_free,
  119.     &MemStuff__MIDL_AutoBindHandle,
  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.  
  138. #if !defined(__RPC_WIN32__)
  139. #error  Invalid build platform for this stub.
  140. #endif
  141.  
  142. static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
  143.     {
  144.         0,
  145.         {
  146.             
  147.             0x51,        /* FC_OUT_PARAM */
  148. #ifndef _ALPHA_
  149.             0x1,        /* x86, MIPS & PPC Stack size = 1 */
  150. #else
  151.             0x2,        /* Alpha Stack size = 2 */
  152. #endif
  153. /*  2 */    NdrFcShort( 0x0 ),    /* Type Offset=0 */
  154. /*  4 */    
  155.             0x51,        /* FC_OUT_PARAM */
  156. #ifndef _ALPHA_
  157.             0x1,        /* x86, MIPS & PPC Stack size = 1 */
  158. #else
  159.             0x2,        /* Alpha Stack size = 2 */
  160. #endif
  161. /*  6 */    NdrFcShort( 0x4 ),    /* Type Offset=4 */
  162. /*  8 */    0x53,        /* FC_RETURN_PARAM_BASETYPE */
  163.             0x6,        /* FC_SHORT */
  164.  
  165.             0x0
  166.         }
  167.     };
  168.  
  169. static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
  170.     {
  171.         0,
  172.         {
  173.             0x11, 0xc,    /* FC_RP [alloced_on_stack] [simple_pointer] */
  174. /*  2 */    0x8,        /* FC_LONG */
  175.             0x5c,        /* FC_PAD */
  176. /*  4 */    
  177.             0x11, 0x14,    /* FC_RP [alloced_on_stack] */
  178. /*  6 */    NdrFcShort( 0x2 ),    /* Offset= 2 (8) */
  179. /*  8 */    
  180.             0x12, 0x0,    /* FC_UP */
  181. /* 10 */    NdrFcShort( 0x2 ),    /* Offset= 2 (12) */
  182. /* 12 */    
  183.             0x1b,        /* FC_CARRAY */
  184.             0x0,        /* 0 */
  185. /* 14 */    NdrFcShort( 0x1 ),    /* 1 */
  186. /* 16 */    0x28,        /* 40 */
  187.             0x54,        /* FC_DEREFERENCE */
  188. #ifndef _ALPHA_
  189. /* 18 */    NdrFcShort( 0x0 ),    /* x86, MIPS, PPC Stack size/offset = 0 */
  190. #else
  191.             NdrFcShort( 0x0 ),    /* Alpha Stack size/offset = 0 */
  192. #endif
  193. /* 20 */    0x2,        /* FC_CHAR */
  194.             0x5b,        /* FC_END */
  195.  
  196.             0x0
  197.         }
  198.     };
  199.