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

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:06:59 1998
  4.  */
  5. /* Compiler settings for dynout.idl:
  6.     Os (OptLev=s), W1, Zp1, env=Win32, ms_ext, c_ext
  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 "dynout.h"
  15. #define TYPE_FORMAT_STRING_SIZE   23                                
  16. #define PROC_FORMAT_STRING_SIZE   11                                
  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: MemStuff, ver. 1.0,
  30.    GUID={0x8b4c8b20,0xfec6,0x11ce,{0xb4,0xeb,0x00,0x80,0xc7,0x79,0xfc,0x83}} */
  31. static const RPC_CLIENT_INTERFACE MemStuff___RpcClientInterface =
  32.     {
  33.     sizeof(RPC_CLIENT_INTERFACE),
  34.     {{0x8b4c8b20,0xfec6,0x11ce,{0xb4,0xeb,0x00,0x80,0xc7,0x79,0xfc,0x83}},{1,0}},
  35.     {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
  36.     0,
  37.     0,
  38.     0,
  39.     0,
  40.     0,
  41.     0
  42.     };
  43. RPC_IF_HANDLE MemStuff_v1_0_c_ifspec = (RPC_IF_HANDLE)& MemStuff___RpcClientInterface;
  44. extern const MIDL_STUB_DESC MemStuff_StubDesc;
  45. static RPC_BINDING_HANDLE MemStuff__MIDL_AutoBindHandle;
  46. short GrabChunk( 
  47.     /* [out] */ long __RPC_FAR *lSize,
  48.     /* [size_is][size_is][out] */ unsigned char __RPC_FAR *__RPC_FAR *ppData)
  49. {
  50.     short _RetVal;
  51.     
  52.     RPC_MESSAGE _RpcMessage;
  53.     
  54.     MIDL_STUB_MESSAGE _StubMsg;
  55.     
  56.     RpcTryFinally
  57.         {
  58.         NdrClientInitializeNew(
  59.                           ( PRPC_MESSAGE  )&_RpcMessage,
  60.                           ( PMIDL_STUB_MESSAGE  )&_StubMsg,
  61.                           ( PMIDL_STUB_DESC  )&MemStuff_StubDesc,
  62.                           0);
  63.         
  64.         
  65.         
  66.         _StubMsg.BufferLength = 0U;
  67.         NdrNsGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, MemStuff__MIDL_AutoBindHandle );
  68.         
  69.         NdrNsSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer, (RPC_BINDING_HANDLE __RPC_FAR *) &MemStuff__MIDL_AutoBindHandle );
  70.         
  71.         if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
  72.             NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
  73.         
  74.         *lSize = *(( long __RPC_FAR * )_StubMsg.Buffer)++;
  75.         
  76.         NdrPointerUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
  77.                               (unsigned char __RPC_FAR * __RPC_FAR *)&ppData,
  78.                               (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4],
  79.                               (unsigned char)0 );
  80.         
  81.         _StubMsg.Buffer = (unsigned char __RPC_FAR *)(((long)_StubMsg.Buffer + 1) & ~ 0x1);
  82.         _RetVal = *(( short __RPC_FAR * )_StubMsg.Buffer)++;
  83.         
  84.         }
  85.     RpcFinally
  86.         {
  87.         NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
  88.         
  89.         }
  90.     RpcEndFinally
  91.     
  92.     return _RetVal;
  93. }
  94. static const MIDL_STUB_DESC MemStuff_StubDesc = 
  95.     {
  96.     (void __RPC_FAR *)& MemStuff___RpcClientInterface,
  97.     MIDL_user_allocate,
  98.     MIDL_user_free,
  99.     &MemStuff__MIDL_AutoBindHandle,
  100.     0,
  101.     0,
  102.     0,
  103.     0,
  104.     __MIDL_TypeFormatString.Format,
  105.     0, /* -error bounds_check flag */
  106.     0x10001, /* Ndr library version */
  107.     0,
  108.     0x303006e, /* MIDL Version 3.3.110 */
  109.     0,
  110.     0,
  111.     0,  /* Reserved1 */
  112.     0,  /* Reserved2 */
  113.     0,  /* Reserved3 */
  114.     0,  /* Reserved4 */
  115.     0   /* Reserved5 */
  116.     };
  117. #if !defined(__RPC_WIN32__)
  118. #error  Invalid build platform for this stub.
  119. #endif
  120. static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
  121.     {
  122.         0,
  123.         {
  124. 0x51, /* FC_OUT_PARAM */
  125. #ifndef _ALPHA_
  126. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  127. #else
  128. 0x2, /* Alpha Stack size = 2 */
  129. #endif
  130. /*  2 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
  131. /*  4 */
  132. 0x51, /* FC_OUT_PARAM */
  133. #ifndef _ALPHA_
  134. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  135. #else
  136. 0x2, /* Alpha Stack size = 2 */
  137. #endif
  138. /*  6 */ NdrFcShort( 0x4 ), /* Type Offset=4 */
  139. /*  8 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
  140. 0x6, /* FC_SHORT */
  141. 0x0
  142.         }
  143.     };
  144. static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
  145.     {
  146.         0,
  147.         {
  148. 0x11, 0xc, /* FC_RP [alloced_on_stack] [simple_pointer] */
  149. /*  2 */ 0x8, /* FC_LONG */
  150. 0x5c, /* FC_PAD */
  151. /*  4 */
  152. 0x11, 0x14, /* FC_RP [alloced_on_stack] */
  153. /*  6 */ NdrFcShort( 0x2 ), /* Offset= 2 (8) */
  154. /*  8 */
  155. 0x12, 0x0, /* FC_UP */
  156. /* 10 */ NdrFcShort( 0x2 ), /* Offset= 2 (12) */
  157. /* 12 */
  158. 0x1b, /* FC_CARRAY */
  159. 0x0, /* 0 */
  160. /* 14 */ NdrFcShort( 0x1 ), /* 1 */
  161. /* 16 */ 0x28, /* 40 */
  162. 0x54, /* FC_DEREFERENCE */
  163. #ifndef _ALPHA_
  164. /* 18 */ NdrFcShort( 0x0 ), /* x86, MIPS, PPC Stack size/offset = 0 */
  165. #else
  166. NdrFcShort( 0x0 ), /* Alpha Stack size/offset = 0 */
  167. #endif
  168. /* 20 */ 0x2, /* FC_CHAR */
  169. 0x5b, /* FC_END */
  170. 0x0
  171.         }
  172.     };