opcerrors.java

来自「此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试」· Java 代码 · 共 39 行

JAVA
39
字号
//
// Auto-generated using JActiveX.EXE 5.00.2918
//   ("D:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /wfc  /w /xi /X:rkc /l "C:\TEMP\jvc12.tmp" /nologo /d "E:\InfoServer\clients\Java\Trend\ISVjTrend" "C:\WINNT\system32\opcdaauto.dll")
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//

package opcdaauto;

import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;

// Enum: OPCErrors

public class OPCErrors extends com.ms.wfc.core.Enum
{
  public static final int OPCInvalidHandle = -1073479679;
  public static final int OPCBadType = -1073479676;
  public static final int OPCPublic = -1073479675;
  public static final int OPCBadRights = -1073479674;
  public static final int OPCUnknownItemID = -1073479673;
  public static final int OPCInvalidItemID = -1073479672;
  public static final int OPCInvalidFilter = -1073479671;
  public static final int OPCUnknownPath = -1073479670;
  public static final int OPCRange = -1073479669;
  public static final int OPCDuplicateName = -1073479668;
  public static final int OPCUnsupportedRate = -1073479667;
  public static final int OPCClamp = -1073479666;
  public static final int OPCInuse = 262656;
  public static final int OPCInvalidConfig = -1073479167;
  public static final int OPCNotFound = -1073479166;
  public static final int OPCInvalidPID = -1073479165;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?