📄 procfind_p.c
字号:
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 3.01.75 */
/* at Tue Sep 01 20:22:43 1998
*/
/* Compiler settings for ProcFind.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 "ProcFind.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: IDispatch, ver. 0.0,
GUID={0x00020400,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */
/* Object interface: IProcess, ver. 0.0,
GUID={0x977DA8D0,0x41D5,0x11D2,{0xBC,0x00,0xAC,0x68,0x05,0xC1,0x0E,0x27}} */
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(7) _IProcessProxyVtbl =
{
0,
&IID_IProcess,
IUnknown_QueryInterface_Proxy,
IUnknown_AddRef_Proxy,
IUnknown_Release_Proxy ,
0 /* (void *)-1 /* IDispatch::GetTypeInfoCount */ ,
0 /* (void *)-1 /* IDispatch::GetTypeInfo */ ,
0 /* (void *)-1 /* IDispatch::GetIDsOfNames */ ,
0 /* IDispatch_Invoke_Proxy */
};
static const PRPC_STUB_FUNCTION IProcess_table[] =
{
STUB_FORWARDING_FUNCTION,
STUB_FORWARDING_FUNCTION,
STUB_FORWARDING_FUNCTION,
STUB_FORWARDING_FUNCTION
};
CInterfaceStubVtbl _IProcessStubVtbl =
{
&IID_IProcess,
0,
7,
&IProcess_table[-3],
CStdStubBuffer_DELEGATING_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 * _ProcFind_ProxyVtblList[] =
{
( CInterfaceProxyVtbl *) &_IProcessProxyVtbl,
0
};
const CInterfaceStubVtbl * _ProcFind_StubVtblList[] =
{
( CInterfaceStubVtbl *) &_IProcessStubVtbl,
0
};
PCInterfaceName const _ProcFind_InterfaceNamesList[] =
{
"IProcess",
0
};
const IID * _ProcFind_BaseIIDList[] =
{
&IID_IDispatch,
0
};
#define _ProcFind_CHECK_IID(n) IID_GENERIC_CHECK_IID( _ProcFind, pIID, n)
int __stdcall _ProcFind_IID_Lookup( const IID * pIID, int * pIndex )
{
if(!_ProcFind_CHECK_IID(0))
{
*pIndex = 0;
return 1;
}
return 0;
}
const ExtendedProxyFileInfo ProcFind_ProxyFileInfo =
{
(PCInterfaceProxyVtblList *) & _ProcFind_ProxyVtblList,
(PCInterfaceStubVtblList *) & _ProcFind_StubVtblList,
(const PCInterfaceName * ) & _ProcFind_InterfaceNamesList,
(const IID ** ) & _ProcFind_BaseIIDList,
& _ProcFind_IID_Lookup,
1,
2
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -