DISK_P.C

/* this ALWAYS GENERATED file contains the proxy stub code */ 


/* File created by MIDL compiler version 3.01.75 */
/* at Mon Aug 04 20:31:09 1997
*/
/* Compiler settings for disk.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: none
*/
//@@MIDL_FILE_HEADING( )

#define USE_STUBLESS_PROXY

#include "rpcproxy.h"
#include "disk.h"

#define TYPE_FORMAT_STRING_SIZE 1
#define PROC_FORMAT_STRING_SIZE 1

typedef struct _MIDL_TYPE_FORMAT_STRING
{
short Pad;
unsigned char Format[ TYPE_FORMAT_STRING_SIZE ];
} MIDL_TYPE_FORMAT_STRING;

typedef struct _MIDL_PROC_FORMAT_STRING
{
short Pad;
unsigned char Format[ PROC_FORMAT_STRING_SIZE ];
} MIDL_PROC_FORMAT_STRING;


extern const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString;
extern const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString;


/* Object interface: IUnknown, ver. 0.0,
GUID={0x00000000,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */


/* Object interface: IComponentData, ver. 0.0,
GUID={0xCF8CC7ED,0x0CFE,0x11D1,{0x8F,0x07,0x00,0x00,0x00,0x00,0x00,0x00}} */


extern const MIDL_STUB_DESC Object_StubDesc;


#pragma code_seg(".orpc")
CINTERFACE_PROXY_VTABLE(3) _IComponentDataProxyVtbl =
{
0,
&IID_IComponentData,
IUnknown_QueryInterface_Proxy,
IUnknown_AddRef_Proxy,
IUnknown_Release_Proxy
};

const CInterfaceStubVtbl _IComponentDataStubVtbl =
{
&IID_IComponentData,
0,
3,
0, /* pure interpreted */
CStdStubBuffer_METHODS
};


/* Object interface: IExtendPropertySheet, ver. 0.0,
GUID={0xCF8CC7EE,0x0CFE,0x11D1,{0x8F,0x07,0x00,0x00,0x00,0x00,0x00,0x00}} */


extern const MIDL_STUB_DESC Object_StubDesc;


#pragma code_seg(".orpc")

static const MIDL_STUB_DESC Object_StubDesc =
{
0,
NdrOleAllocate,
NdrOleFree,
0,
0,
0,
0,
0,
__MIDL_TypeFormatString.Format,
0, /* -error bounds_check flag */
0x20000, /* Ndr library version */
0,
0x301004b, /* MIDL Version 3.1.75 */
0,
0,
0, /* Reserved1 */
0, /* Reserved2 */
0, /* Reserved3 */
0, /* Reserved4 */
0 /* Reserved5 */
};

CINTERFACE_PROXY_VTABLE(3) _IExtendPropertySheetProxyVtbl =
{
0,
&IID_IExtendPropertySheet,
IUnknown_QueryInterface_Proxy,
IUnknown_AddRef_Proxy,
IUnknown_Release_Proxy
};

const CInterfaceStubVtbl _IExtendPropertySheetStubVtbl =
{
&IID_IExtendPropertySheet,
0,
3,
0, /* pure interpreted */
CStdStubBuffer_METHODS
};

#pragma data_seg(".rdata")

#if !defined(__RPC_WIN32__)
#error Invalid build platform for this stub.
#endif

#if !(TARGET_IS_NT40_OR_LATER)
#error You need a Windows NT 4.0 or later to run this stub because it uses these features:
#error -Oif or -Oicf.
#error However, your C/C++ compilation flags indicate you intend to run this app on earlier systems.
#error This app will die there with the RPC_X_WRONG_STUB_VERSION error.
#endif


static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
{
0,
{

0x0
}
};

static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
{
0,
{

0x0
}
};

const CInterfaceProxyVtbl * _disk_ProxyVtblList[] =
{
( CInterfaceProxyVtbl *) &_IComponentDataProxyVtbl,
( CInterfaceProxyVtbl *) &_IExtendPropertySheetProxyVtbl,
0
};

const CInterfaceStubVtbl * _disk_StubVtblList[] =
{
( CInterfaceStubVtbl *) &_IComponentDataStubVtbl,
( CInterfaceStubVtbl *) &_IExtendPropertySheetStubVtbl,
0
};

PCInterfaceName const _disk_InterfaceNamesList[] =
{
"IComponentData",
"IExtendPropertySheet",
0
};


#define _disk_CHECK_IID(n)IID_GENERIC_CHECK_IID( _disk, pIID, n)

int __stdcall _disk_IID_Lookup( const IID * pIID, int * pIndex )
{
IID_BS_LOOKUP_SETUP

IID_BS_LOOKUP_INITIAL_TEST( _disk, 2, 1 )
IID_BS_LOOKUP_RETURN_RESULT( _disk, 2, *pIndex )

}

const ExtendedProxyFileInfo disk_ProxyFileInfo =
{
(PCInterfaceProxyVtblList *) & _disk_ProxyVtblList,
(PCInterfaceStubVtblList *) & _disk_StubVtblList,
(const PCInterfaceName * ) & _disk_InterfaceNamesList,
0, // no delegation
& _disk_IID_Lookup,
2,
2
};