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

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:07:30 1998
  4.  */
  5. /* Compiler settings for usrdef.idl:
  6.     Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext, oldnames
  7.     error checks: none
  8. */
  9. //@@MIDL_FILE_HEADING(  )
  10. #include <string.h>
  11. #include "usrdef.h"
  12. #define TYPE_FORMAT_STRING_SIZE   73                                
  13. #define PROC_FORMAT_STRING_SIZE   17                                
  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: usrdef, ver. 1.0,
  27.    GUID={0x85D7D1C0,0xCA47,0x1067,{0xB3,0x1E,0x00,0xDD,0x01,0x06,0x62,0xDA}} */
  28. extern RPC_DISPATCH_TABLE usrdef_DispatchTable;
  29. static const RPC_SERVER_INTERFACE usrdef___RpcServerInterface =
  30.     {
  31.     sizeof(RPC_SERVER_INTERFACE),
  32.     {{0x85D7D1C0,0xCA47,0x1067,{0xB3,0x1E,0x00,0xDD,0x01,0x06,0x62,0xDA}},{1,0}},
  33.     {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
  34.     &usrdef_DispatchTable,
  35.     0,
  36.     0,
  37.     0,
  38.     0,
  39.     0
  40.     };
  41. RPC_IF_HANDLE usrdef_ServerIfHandle = (RPC_IF_HANDLE)& usrdef___RpcServerInterface;
  42. extern const MIDL_STUB_DESC usrdef_StubDesc;
  43. void __RPC_STUB
  44. usrdef_UsrdefProc(
  45.     PRPC_MESSAGE _pRpcMessage )
  46. {
  47.     MIDL_STUB_MESSAGE _StubMsg;
  48.     DATA_HANDLE_TYPE hBinding;
  49.     unsigned char __RPC_FAR *pszString;
  50.     RPC_STATUS _Status;
  51.     
  52.     ((void)(_Status));
  53.     NdrServerInitializeNew(
  54.                           _pRpcMessage,
  55.                           &_StubMsg,
  56.                           &usrdef_StubDesc);
  57.     
  58.     hBinding = 0;
  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.         NdrSimpleStructUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
  66.                                    (unsigned char __RPC_FAR * __RPC_FAR *)&hBinding,
  67.                                    (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4],
  68.                                    (unsigned char)0 );
  69.         
  70.         NdrConformantStringUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
  71.                                        (unsigned char __RPC_FAR * __RPC_FAR *)&pszString,
  72.                                        (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[70],
  73.                                        (unsigned char)0 );
  74.         
  75.         
  76.         UsrdefProc(hBinding,pszString);
  77.         
  78.         }
  79.     RpcFinally
  80.         {
  81.         NdrPointerFree( &_StubMsg,
  82.                         (unsigned char __RPC_FAR *)hBinding,
  83.                         &__MIDL_TypeFormatString.Format[0] );
  84.         
  85.         }
  86.     RpcEndFinally
  87.     _pRpcMessage->BufferLength = 
  88.         (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
  89.     
  90. }
  91. void __RPC_STUB
  92. usrdef_Shutdown(
  93.     PRPC_MESSAGE _pRpcMessage )
  94. {
  95.     MIDL_STUB_MESSAGE _StubMsg;
  96.     DATA_HANDLE_TYPE hBinding;
  97.     RPC_STATUS _Status;
  98.     
  99.     ((void)(_Status));
  100.     NdrServerInitializeNew(
  101.                           _pRpcMessage,
  102.                           &_StubMsg,
  103.                           &usrdef_StubDesc);
  104.     
  105.     hBinding = 0;
  106.     RpcTryFinally
  107.         {
  108.         if ( (_pRpcMessage->DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
  109.             NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[10] );
  110.         
  111.         NdrSimpleStructUnmarshall( (PMIDL_STUB_MESSAGE) &_StubMsg,
  112.                                    (unsigned char __RPC_FAR * __RPC_FAR *)&hBinding,
  113.                                    (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[4],
  114.                                    (unsigned char)0 );
  115.         
  116.         
  117.         Shutdown(hBinding);
  118.         
  119.         }
  120.     RpcFinally
  121.         {
  122.         NdrPointerFree( &_StubMsg,
  123.                         (unsigned char __RPC_FAR *)hBinding,
  124.                         &__MIDL_TypeFormatString.Format[0] );
  125.         
  126.         }
  127.     RpcEndFinally
  128.     _pRpcMessage->BufferLength = 
  129.         (unsigned int)((long)_StubMsg.Buffer - (long)_pRpcMessage->Buffer);
  130.     
  131. }
  132. static const MIDL_STUB_DESC usrdef_StubDesc = 
  133.     {
  134.     (void __RPC_FAR *)& usrdef___RpcServerInterface,
  135.     MIDL_user_allocate,
  136.     MIDL_user_free,
  137.     0,
  138.     0,
  139.     0,
  140.     0,
  141.     0,
  142.     __MIDL_TypeFormatString.Format,
  143.     0, /* -error bounds_check flag */
  144.     0x10001, /* Ndr library version */
  145.     0,
  146.     0x303006e, /* MIDL Version 3.3.110 */
  147.     0,
  148.     0,
  149.     0,  /* Reserved1 */
  150.     0,  /* Reserved2 */
  151.     0,  /* Reserved3 */
  152.     0,  /* Reserved4 */
  153.     0   /* Reserved5 */
  154.     };
  155. static RPC_DISPATCH_FUNCTION usrdef_table[] =
  156.     {
  157.     usrdef_UsrdefProc,
  158.     usrdef_Shutdown,
  159.     0
  160.     };
  161. RPC_DISPATCH_TABLE usrdef_DispatchTable = 
  162.     {
  163.     2,
  164.     usrdef_table
  165.     };
  166. #if !defined(__RPC_WIN32__)
  167. #error  Invalid build platform for this stub.
  168. #endif
  169. static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
  170.     {
  171.         0,
  172.         {
  173. 0x4d, /* FC_IN_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. 0x4d, /* FC_IN_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( 0x44 ), /* Type Offset=68 */
  188. /*  8 */ 0x5b, /* FC_END */
  189. 0x5c, /* FC_PAD */
  190. /* 10 */
  191. 0x4d, /* FC_IN_PARAM */
  192. #ifndef _ALPHA_
  193. 0x1, /* x86, MIPS & PPC Stack size = 1 */
  194. #else
  195. 0x2, /* Alpha Stack size = 2 */
  196. #endif
  197. /* 12 */ NdrFcShort( 0x0 ), /* Type Offset=0 */
  198. /* 14 */ 0x5b, /* FC_END */
  199. 0x5c, /* FC_PAD */
  200. 0x0
  201.         }
  202.     };
  203. static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
  204.     {
  205.         0,
  206.         {
  207. 0x11, 0x0, /* FC_RP */
  208. /*  2 */ NdrFcShort( 0x2 ), /* Offset= 2 (4) */
  209. /*  4 */
  210. 0x16, /* FC_PSTRUCT */
  211. 0x3, /* 3 */
  212. /*  6 */ NdrFcShort( 0x14 ), /* 20 */
  213. /*  8 */
  214. 0x4b, /* FC_PP */
  215. 0x5c, /* FC_PAD */
  216. /* 10 */
  217. 0x46, /* FC_NO_REPEAT */
  218. 0x5c, /* FC_PAD */
  219. /* 12 */ NdrFcShort( 0x0 ), /* 0 */
  220. /* 14 */ NdrFcShort( 0x0 ), /* 0 */
  221. /* 16 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
  222. /* 18 */ 0x2, /* FC_CHAR */
  223. 0x5c, /* FC_PAD */
  224. /* 20 */
  225. 0x46, /* FC_NO_REPEAT */
  226. 0x5c, /* FC_PAD */
  227. /* 22 */ NdrFcShort( 0x4 ), /* 4 */
  228. /* 24 */ NdrFcShort( 0x4 ), /* 4 */
  229. /* 26 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
  230. /* 28 */ 0x2, /* FC_CHAR */
  231. 0x5c, /* FC_PAD */
  232. /* 30 */
  233. 0x46, /* FC_NO_REPEAT */
  234. 0x5c, /* FC_PAD */
  235. /* 32 */ NdrFcShort( 0x8 ), /* 8 */
  236. /* 34 */ NdrFcShort( 0x8 ), /* 8 */
  237. /* 36 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
  238. /* 38 */ 0x2, /* FC_CHAR */
  239. 0x5c, /* FC_PAD */
  240. /* 40 */
  241. 0x46, /* FC_NO_REPEAT */
  242. 0x5c, /* FC_PAD */
  243. /* 42 */ NdrFcShort( 0xc ), /* 12 */
  244. /* 44 */ NdrFcShort( 0xc ), /* 12 */
  245. /* 46 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
  246. /* 48 */ 0x2, /* FC_CHAR */
  247. 0x5c, /* FC_PAD */
  248. /* 50 */
  249. 0x46, /* FC_NO_REPEAT */
  250. 0x5c, /* FC_PAD */
  251. /* 52 */ NdrFcShort( 0x10 ), /* 16 */
  252. /* 54 */ NdrFcShort( 0x10 ), /* 16 */
  253. /* 56 */ 0x12, 0x8, /* FC_UP [simple_pointer] */
  254. /* 58 */ 0x2, /* FC_CHAR */
  255. 0x5c, /* FC_PAD */
  256. /* 60 */
  257. 0x5b, /* FC_END */
  258. 0x8, /* FC_LONG */
  259. /* 62 */ 0x8, /* FC_LONG */
  260. 0x8, /* FC_LONG */
  261. /* 64 */ 0x8, /* FC_LONG */
  262. 0x8, /* FC_LONG */
  263. /* 66 */ 0x5c, /* FC_PAD */
  264. 0x5b, /* FC_END */
  265. /* 68 */
  266. 0x11, 0x8, /* FC_RP [simple_pointer] */
  267. /* 70 */
  268. 0x22, /* FC_C_CSTRING */
  269. 0x5c, /* FC_PAD */
  270. 0x0
  271.         }
  272.     };