Plugin_p.c
上传用户:easylife05
上传日期:2007-02-14
资源大小:393k
文件大小:5k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. #pragma warning( disable: 4049 )  /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the proxy stub code */
  3.  /* File created by MIDL compiler version 6.00.0347 */
  4. /* at Tue Sep 30 22:12:57 2003
  5.  */
  6. /* Compiler settings for Plugin.idl:
  7.     Oicf, W1, Zp8, env=Win32 (32b run)
  8.     protocol : dce , ms_ext, c_ext
  9.     error checks: allocation ref bounds_check enum stub_data 
  10.     VC __declspec() decoration level: 
  11.          __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  12.          DECLSPEC_UUID(), MIDL_INTERFACE()
  13. */
  14. //@@MIDL_FILE_HEADING(  )
  15. #if !defined(_M_IA64) && !defined(_M_AMD64)
  16. #define USE_STUBLESS_PROXY
  17. /* verify that the <rpcproxy.h> version is high enough to compile this file*/
  18. #ifndef __REDQ_RPCPROXY_H_VERSION__
  19. #define __REQUIRED_RPCPROXY_H_VERSION__ 440
  20. #endif
  21. #include "rpcproxy.h"
  22. #ifndef __RPCPROXY_H_VERSION__
  23. #error this stub requires an updated version of <rpcproxy.h>
  24. #endif // __RPCPROXY_H_VERSION__
  25. #include "Plugin.h"
  26. #define TYPE_FORMAT_STRING_SIZE   3                                 
  27. #define PROC_FORMAT_STRING_SIZE   1                                 
  28. #define TRANSMIT_AS_TABLE_SIZE    0            
  29. #define WIRE_MARSHAL_TABLE_SIZE   0            
  30. typedef struct _MIDL_TYPE_FORMAT_STRING
  31.     {
  32.     short          Pad;
  33.     unsigned char  Format[ TYPE_FORMAT_STRING_SIZE ];
  34.     } MIDL_TYPE_FORMAT_STRING;
  35. typedef struct _MIDL_PROC_FORMAT_STRING
  36.     {
  37.     short          Pad;
  38.     unsigned char  Format[ PROC_FORMAT_STRING_SIZE ];
  39.     } MIDL_PROC_FORMAT_STRING;
  40. static RPC_SYNTAX_IDENTIFIER  _RpcTransferSyntax = 
  41. {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}};
  42. extern const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString;
  43. extern const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString;
  44. extern const MIDL_STUB_DESC Object_StubDesc;
  45. extern const MIDL_SERVER_INFO IL1Plugin_ServerInfo;
  46. extern const MIDL_STUBLESS_PROXY_INFO IL1Plugin_ProxyInfo;
  47. #if !defined(__RPC_WIN32__)
  48. #error  Invalid build platform for this stub.
  49. #endif
  50. #if !(TARGET_IS_NT40_OR_LATER)
  51. #error You need a Windows NT 4.0 or later to run this stub because it uses these features:
  52. #error   -Oif or -Oicf.
  53. #error However, your C/C++ compilation flags indicate you intend to run this app on earlier systems.
  54. #error This app will die there with the RPC_X_WRONG_STUB_VERSION error.
  55. #endif
  56. static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
  57.     {
  58.         0,
  59.         {
  60. 0x0
  61.         }
  62.     };
  63. static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
  64.     {
  65.         0,
  66.         {
  67. NdrFcShort( 0x0 ), /* 0 */
  68. 0x0
  69.         }
  70.     };
  71. /* Object interface: IUnknown, ver. 0.0,
  72.    GUID={0x00000000,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */
  73. /* Object interface: IL1Plugin, ver. 0.0,
  74.    GUID={0xEF9C1BFB,0x832A,0x4190,{0x99,0xE8,0x92,0xFE,0xE9,0x8A,0x9B,0xF8}} */
  75. #pragma code_seg(".orpc")
  76. static const unsigned short IL1Plugin_FormatStringOffsetTable[] =
  77.     {
  78.     0
  79.     };
  80. static const MIDL_STUBLESS_PROXY_INFO IL1Plugin_ProxyInfo =
  81.     {
  82.     &Object_StubDesc,
  83.     __MIDL_ProcFormatString.Format,
  84.     &IL1Plugin_FormatStringOffsetTable[-3],
  85.     0,
  86.     0,
  87.     0
  88.     };
  89. static const MIDL_SERVER_INFO IL1Plugin_ServerInfo = 
  90.     {
  91.     &Object_StubDesc,
  92.     0,
  93.     __MIDL_ProcFormatString.Format,
  94.     &IL1Plugin_FormatStringOffsetTable[-3],
  95.     0,
  96.     0,
  97.     0,
  98.     0};
  99. CINTERFACE_PROXY_VTABLE(3) _IL1PluginProxyVtbl = 
  100. {
  101.     0,
  102.     &IID_IL1Plugin,
  103.     IUnknown_QueryInterface_Proxy,
  104.     IUnknown_AddRef_Proxy,
  105.     IUnknown_Release_Proxy
  106. };
  107. const CInterfaceStubVtbl _IL1PluginStubVtbl =
  108. {
  109.     &IID_IL1Plugin,
  110.     &IL1Plugin_ServerInfo,
  111.     3,
  112.     0, /* pure interpreted */
  113.     CStdStubBuffer_METHODS
  114. };
  115. static const MIDL_STUB_DESC Object_StubDesc = 
  116.     {
  117.     0,
  118.     NdrOleAllocate,
  119.     NdrOleFree,
  120.     0,
  121.     0,
  122.     0,
  123.     0,
  124.     0,
  125.     __MIDL_TypeFormatString.Format,
  126.     1, /* -error bounds_check flag */
  127.     0x20000, /* Ndr library version */
  128.     0,
  129.     0x600015b, /* MIDL Version 6.0.347 */
  130.     0,
  131.     0,
  132.     0,  /* notify & notify_flag routine table */
  133.     0x1, /* MIDL flag */
  134.     0, /* cs routines */
  135.     0,   /* proxy/server info */
  136.     0   /* Reserved5 */
  137.     };
  138. const CInterfaceProxyVtbl * _Plugin_ProxyVtblList[] = 
  139. {
  140.     ( CInterfaceProxyVtbl *) &_IL1PluginProxyVtbl,
  141.     0
  142. };
  143. const CInterfaceStubVtbl * _Plugin_StubVtblList[] = 
  144. {
  145.     ( CInterfaceStubVtbl *) &_IL1PluginStubVtbl,
  146.     0
  147. };
  148. PCInterfaceName const _Plugin_InterfaceNamesList[] = 
  149. {
  150.     "IL1Plugin",
  151.     0
  152. };
  153. #define _Plugin_CHECK_IID(n) IID_GENERIC_CHECK_IID( _Plugin, pIID, n)
  154. int __stdcall _Plugin_IID_Lookup( const IID * pIID, int * pIndex )
  155. {
  156.     
  157.     if(!_Plugin_CHECK_IID(0))
  158.         {
  159.         *pIndex = 0;
  160.         return 1;
  161.         }
  162.     return 0;
  163. }
  164. const ExtendedProxyFileInfo Plugin_ProxyFileInfo = 
  165. {
  166.     (PCInterfaceProxyVtblList *) & _Plugin_ProxyVtblList,
  167.     (PCInterfaceStubVtblList *) & _Plugin_StubVtblList,
  168.     (const PCInterfaceName * ) & _Plugin_InterfaceNamesList,
  169.     0, // no delegation
  170.     & _Plugin_IID_Lookup, 
  171.     1,
  172.     2,
  173.     0, /* table of [async_uuid] interfaces */
  174.     0, /* Filler1 */
  175.     0, /* Filler2 */
  176.     0  /* Filler3 */
  177. };
  178. #endif /* !defined(_M_IA64) && !defined(_M_AMD64)*/