📄 creditserver_h.h
字号:
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0342 */
/* at Sun Oct 21 20:33:31 2001
*/
/* Compiler settings for CreditServer.idl:
Os, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@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 __CreditServer_h_h__
#define __CreditServer_h_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __ICreditVerification_FWD_DEFINED__
#define __ICreditVerification_FWD_DEFINED__
typedef interface ICreditVerification ICreditVerification;
#endif /* __ICreditVerification_FWD_DEFINED__ */
#ifndef __CreditVerification_FWD_DEFINED__
#define __CreditVerification_FWD_DEFINED__
#ifdef __cplusplus
typedef class CreditVerification CreditVerification;
#else
typedef struct CreditVerification CreditVerification;
#endif /* __cplusplus */
#endif /* __CreditVerification_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
#ifndef __ICreditVerification_INTERFACE_DEFINED__
#define __ICreditVerification_INTERFACE_DEFINED__
/* interface ICreditVerification */
/* [object][uuid] */
EXTERN_C const IID IID_ICreditVerification;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("cbb27840-836d-11d1-b990-0080c824b323")
ICreditVerification : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE SetCardType(
/* [in] */ unsigned char *s) = 0;
virtual HRESULT STDMETHODCALLTYPE VerifyCardNumber(
/* [in] */ long n) = 0;
};
#else /* C style interface */
typedef struct ICreditVerificationVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ICreditVerification * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ICreditVerification * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ICreditVerification * This);
HRESULT ( STDMETHODCALLTYPE *SetCardType )(
ICreditVerification * This,
/* [in] */ unsigned char *s);
HRESULT ( STDMETHODCALLTYPE *VerifyCardNumber )(
ICreditVerification * This,
/* [in] */ long n);
END_INTERFACE
} ICreditVerificationVtbl;
interface ICreditVerification
{
CONST_VTBL struct ICreditVerificationVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ICreditVerification_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ICreditVerification_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ICreditVerification_Release(This) \
(This)->lpVtbl -> Release(This)
#define ICreditVerification_SetCardType(This,s) \
(This)->lpVtbl -> SetCardType(This,s)
#define ICreditVerification_VerifyCardNumber(This,n) \
(This)->lpVtbl -> VerifyCardNumber(This,n)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ICreditVerification_SetCardType_Proxy(
ICreditVerification * This,
/* [in] */ unsigned char *s);
void __RPC_STUB ICreditVerification_SetCardType_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ICreditVerification_VerifyCardNumber_Proxy(
ICreditVerification * This,
/* [in] */ long n);
void __RPC_STUB ICreditVerification_VerifyCardNumber_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ICreditVerification_INTERFACE_DEFINED__ */
#ifndef __CreditLibrary_LIBRARY_DEFINED__
#define __CreditLibrary_LIBRARY_DEFINED__
/* library CreditLibrary */
/* [uuid] */
EXTERN_C const IID LIBID_CreditLibrary;
EXTERN_C const CLSID CLSID_CreditVerification;
#ifdef __cplusplus
class DECLSPEC_UUID("9D438627-F0F5-4212-91F2-9DDD4A45FA57")
CreditVerification;
#endif
#endif /* __CreditLibrary_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 + -