📄 opcbc.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Wed Sep 01 11:47:33 2004
*/
/* Compiler settings for .\opcbc.idl:
Oicf, 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( )
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* 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 __opcbc_h__
#define __opcbc_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __CATID_OPCBatchServer10_FWD_DEFINED__
#define __CATID_OPCBatchServer10_FWD_DEFINED__
typedef interface CATID_OPCBatchServer10 CATID_OPCBatchServer10;
#endif /* __CATID_OPCBatchServer10_FWD_DEFINED__ */
#ifndef __CATID_OPCBatchServer20_FWD_DEFINED__
#define __CATID_OPCBatchServer20_FWD_DEFINED__
typedef interface CATID_OPCBatchServer20 CATID_OPCBatchServer20;
#endif /* __CATID_OPCBatchServer20_FWD_DEFINED__ */
#ifndef __IOPCBatchServer_FWD_DEFINED__
#define __IOPCBatchServer_FWD_DEFINED__
typedef interface IOPCBatchServer IOPCBatchServer;
#endif /* __IOPCBatchServer_FWD_DEFINED__ */
#ifndef __IOPCBatchServer2_FWD_DEFINED__
#define __IOPCBatchServer2_FWD_DEFINED__
typedef interface IOPCBatchServer2 IOPCBatchServer2;
#endif /* __IOPCBatchServer2_FWD_DEFINED__ */
#ifndef __IEnumOPCBatchSummary_FWD_DEFINED__
#define __IEnumOPCBatchSummary_FWD_DEFINED__
typedef interface IEnumOPCBatchSummary IEnumOPCBatchSummary;
#endif /* __IEnumOPCBatchSummary_FWD_DEFINED__ */
#ifndef __IOPCEnumerationSets_FWD_DEFINED__
#define __IOPCEnumerationSets_FWD_DEFINED__
typedef interface IOPCEnumerationSets IOPCEnumerationSets;
#endif /* __IOPCEnumerationSets_FWD_DEFINED__ */
#ifndef __CATID_OPCBatchServer10_FWD_DEFINED__
#define __CATID_OPCBatchServer10_FWD_DEFINED__
typedef interface CATID_OPCBatchServer10 CATID_OPCBatchServer10;
#endif /* __CATID_OPCBatchServer10_FWD_DEFINED__ */
#ifndef __CATID_OPCBatchServer20_FWD_DEFINED__
#define __CATID_OPCBatchServer20_FWD_DEFINED__
typedef interface CATID_OPCBatchServer20 CATID_OPCBatchServer20;
#endif /* __CATID_OPCBatchServer20_FWD_DEFINED__ */
#ifndef __IOPCBatchServer_FWD_DEFINED__
#define __IOPCBatchServer_FWD_DEFINED__
typedef interface IOPCBatchServer IOPCBatchServer;
#endif /* __IOPCBatchServer_FWD_DEFINED__ */
#ifndef __IOPCBatchServer2_FWD_DEFINED__
#define __IOPCBatchServer2_FWD_DEFINED__
typedef interface IOPCBatchServer2 IOPCBatchServer2;
#endif /* __IOPCBatchServer2_FWD_DEFINED__ */
#ifndef __IEnumOPCBatchSummary_FWD_DEFINED__
#define __IEnumOPCBatchSummary_FWD_DEFINED__
typedef interface IEnumOPCBatchSummary IEnumOPCBatchSummary;
#endif /* __IEnumOPCBatchSummary_FWD_DEFINED__ */
#ifndef __IOPCEnumerationSets_FWD_DEFINED__
#define __IOPCEnumerationSets_FWD_DEFINED__
typedef interface IOPCEnumerationSets IOPCEnumerationSets;
#endif /* __IOPCEnumerationSets_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
#ifndef __CATID_OPCBatchServer10_INTERFACE_DEFINED__
#define __CATID_OPCBatchServer10_INTERFACE_DEFINED__
/* interface CATID_OPCBatchServer10 */
/* [object][uuid] */
EXTERN_C const IID IID_CATID_OPCBatchServer10;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("A8080DA0-E23E-11D2-AFA7-00C04F539421")
CATID_OPCBatchServer10 : public IUnknown
{
public:
};
#else /* C style interface */
typedef struct CATID_OPCBatchServer10Vtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
CATID_OPCBatchServer10 * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
CATID_OPCBatchServer10 * This);
ULONG ( STDMETHODCALLTYPE *Release )(
CATID_OPCBatchServer10 * This);
END_INTERFACE
} CATID_OPCBatchServer10Vtbl;
interface CATID_OPCBatchServer10
{
CONST_VTBL struct CATID_OPCBatchServer10Vtbl *lpVtbl;
};
#ifdef COBJMACROS
#define CATID_OPCBatchServer10_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define CATID_OPCBatchServer10_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define CATID_OPCBatchServer10_Release(This) \
(This)->lpVtbl -> Release(This)
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* __CATID_OPCBatchServer10_INTERFACE_DEFINED__ */
#ifndef __CATID_OPCBatchServer20_INTERFACE_DEFINED__
#define __CATID_OPCBatchServer20_INTERFACE_DEFINED__
/* interface CATID_OPCBatchServer20 */
/* [object][uuid] */
EXTERN_C const IID IID_CATID_OPCBatchServer20;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("843DE67B-B0C9-11d4-A0B7-000102A980B1")
CATID_OPCBatchServer20 : public IUnknown
{
public:
};
#else /* C style interface */
typedef struct CATID_OPCBatchServer20Vtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
CATID_OPCBatchServer20 * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
CATID_OPCBatchServer20 * This);
ULONG ( STDMETHODCALLTYPE *Release )(
CATID_OPCBatchServer20 * This);
END_INTERFACE
} CATID_OPCBatchServer20Vtbl;
interface CATID_OPCBatchServer20
{
CONST_VTBL struct CATID_OPCBatchServer20Vtbl *lpVtbl;
};
#ifdef COBJMACROS
#define CATID_OPCBatchServer20_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define CATID_OPCBatchServer20_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define CATID_OPCBatchServer20_Release(This) \
(This)->lpVtbl -> Release(This)
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* __CATID_OPCBatchServer20_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_opcbc_0116 */
/* [local] */
#define CATID_OPCBatchServer10 IID_CATID_OPCBatchServer10
#define CATID_OPCBatchServer20 IID_CATID_OPCBatchServer20
typedef struct tagOPCBATCHSUMMARY
{
/* [string] */ LPWSTR szID;
/* [string] */ LPWSTR szDescription;
/* [string] */ LPWSTR szOPCItemID;
/* [string] */ LPWSTR szMasterRecipeID;
FLOAT fBatchSize;
/* [string] */ LPWSTR szEU;
/* [string] */ LPWSTR szExecutionState;
/* [string] */ LPWSTR szExecutionMode;
FILETIME ftActualStartTime;
FILETIME ftActualEndTime;
} OPCBATCHSUMMARY;
typedef struct tagOPCBATCHSUMMARYFILTER
{
/* [string] */ LPWSTR szID;
/* [string] */ LPWSTR szDescription;
/* [string] */ LPWSTR szOPCItemID;
/* [string] */ LPWSTR szMasterRecipeID;
FLOAT fMinBatchSize;
FLOAT fMaxBatchSize;
/* [string] */ LPWSTR szEU;
/* [string] */ LPWSTR szExecutionState;
/* [string] */ LPWSTR szExecutionMode;
FILETIME ftMinStartTime;
FILETIME ftMaxStartTime;
FILETIME ftMinEndTime;
FILETIME ftMaxEndTime;
} OPCBATCHSUMMARYFILTER;
extern RPC_IF_HANDLE __MIDL_itf_opcbc_0116_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_opcbc_0116_v0_0_s_ifspec;
#ifndef __IOPCBatchServer_INTERFACE_DEFINED__
#define __IOPCBatchServer_INTERFACE_DEFINED__
/* interface IOPCBatchServer */
/* [object][unique][uuid] */
EXTERN_C const IID IID_IOPCBatchServer;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("8BB4ED50-B314-11d3-B3EA-00C04F8ECEAA")
IOPCBatchServer : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE GetDelimiter(
/* [string][out] */ LPWSTR *pszDelimiter) = 0;
virtual HRESULT STDMETHODCALLTYPE CreateEnumerator(
/* [in] */ REFIID riid,
/* [iid_is][out] */ LPUNKNOWN *ppUnk) = 0;
};
#else /* C style interface */
typedef struct IOPCBatchServerVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IOPCBatchServer * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IOPCBatchServer * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IOPCBatchServer * This);
HRESULT ( STDMETHODCALLTYPE *GetDelimiter )(
IOPCBatchServer * This,
/* [string][out] */ LPWSTR *pszDelimiter);
HRESULT ( STDMETHODCALLTYPE *CreateEnumerator )(
IOPCBatchServer * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ LPUNKNOWN *ppUnk);
END_INTERFACE
} IOPCBatchServerVtbl;
interface IOPCBatchServer
{
CONST_VTBL struct IOPCBatchServerVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IOPCBatchServer_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IOPCBatchServer_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IOPCBatchServer_Release(This) \
(This)->lpVtbl -> Release(This)
#define IOPCBatchServer_GetDelimiter(This,pszDelimiter) \
(This)->lpVtbl -> GetDelimiter(This,pszDelimiter)
#define IOPCBatchServer_CreateEnumerator(This,riid,ppUnk) \
(This)->lpVtbl -> CreateEnumerator(This,riid,ppUnk)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE IOPCBatchServer_GetDelimiter_Proxy(
IOPCBatchServer * This,
/* [string][out] */ LPWSTR *pszDelimiter);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -