📄 java_com_atl.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed May 02 17:07:38 2001
*/
/* Compiler settings for C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\MyProjects\Java_COM_ATL\Java_COM_ATL.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
*/
//@@MIDL_FILE_HEADING( )
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 440
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __Java_COM_ATL_h__
#define __Java_COM_ATL_h__
#ifdef __cplusplus
extern "C"{
#endif
/* Forward Declarations */
#ifndef __IJcom_FWD_DEFINED__
#define __IJcom_FWD_DEFINED__
typedef interface IJcom IJcom;
#endif /* __IJcom_FWD_DEFINED__ */
#ifndef __Jcom_FWD_DEFINED__
#define __Jcom_FWD_DEFINED__
#ifdef __cplusplus
typedef class Jcom Jcom;
#else
typedef struct Jcom Jcom;
#endif /* __cplusplus */
#endif /* __Jcom_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
#ifndef __IJcom_INTERFACE_DEFINED__
#define __IJcom_INTERFACE_DEFINED__
/* interface IJcom */
/* [unique][helpstring][uuid][object] */
EXTERN_C const IID IID_IJcom;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("665A282D-3ECD-11D5-AC5C-DFF9E86DD62D")
IJcom : public IUnknown
{
public:
virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AddNumbers(
/* [in] */ long num1,
/* [in] */ long num2,
/* [out] */ long __RPC_FAR *ReturnVal) = 0;
};
#else /* C style interface */
typedef struct IJcomVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
IJcom __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
IJcom __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
IJcom __RPC_FAR * This);
/* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *AddNumbers )(
IJcom __RPC_FAR * This,
/* [in] */ long num1,
/* [in] */ long num2,
/* [out] */ long __RPC_FAR *ReturnVal);
END_INTERFACE
} IJcomVtbl;
interface IJcom
{
CONST_VTBL struct IJcomVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IJcom_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IJcom_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IJcom_Release(This) \
(This)->lpVtbl -> Release(This)
#define IJcom_AddNumbers(This,num1,num2,ReturnVal) \
(This)->lpVtbl -> AddNumbers(This,num1,num2,ReturnVal)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring] */ HRESULT STDMETHODCALLTYPE IJcom_AddNumbers_Proxy(
IJcom __RPC_FAR * This,
/* [in] */ long num1,
/* [in] */ long num2,
/* [out] */ long __RPC_FAR *ReturnVal);
void __RPC_STUB IJcom_AddNumbers_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IJcom_INTERFACE_DEFINED__ */
#ifndef __JAVA_COM_ATLLib_LIBRARY_DEFINED__
#define __JAVA_COM_ATLLib_LIBRARY_DEFINED__
/* library JAVA_COM_ATLLib */
/* [helpstring][version][uuid] */
EXTERN_C const IID LIBID_JAVA_COM_ATLLib;
EXTERN_C const CLSID CLSID_Jcom;
#ifdef __cplusplus
class DECLSPEC_UUID("665A282E-3ECD-11D5-AC5C-DFF9E86DD62D")
Jcom;
#endif
#endif /* __JAVA_COM_ATLLib_LIBRARY_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -