📄 opcenum.idl
字号:
//============================================================================
// TITLE: OpcEnum.idl
//
// CONTENTS:
//
// IDL declaration for OpcEnum.
//
// (c) Copyright 1998-2002 The OPC Foundation
// ALL RIGHTS RESERVED.
//
// DISCLAIMER:
// This code is provided by the OPC Foundation solely to assist in
// understanding and use of the appropriate OPC Specification(s) and may be
// used as set forth in the License Grant section of the OPC Specification.
// This code is provided as-is and without warranty or support of any sort
// and is subject to the Warranty and Liability Disclaimers which appear
// in the printed OPC Specification.
//
// MODIFICATION LOG:
//
// Date By Notes
// ---------- --- -----
// 2002/06/12 mar Add IOPCServerList2 to OpcServerList object
//
import "opccomn.idl";
[
uuid(13486D43-4821-11D2-A494-3CB306C10000),
version(1.1),
helpstring("OpcEnum 1.1 Type Library")
]
library OpcEnumLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(13486D51-4821-11D2-A494-3CB306C10000),
helpstring("OpcEnum Class")
]
coclass OpcServerList
{
[default] interface IOpcServerList2;
interface IOpcServerList;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -