⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wellknownguids.java

📁 用于Java 组件和通过Windows COM 对象或Windows DLL 来公开的组件之间的互操作
💻 JAVA
字号:
//******************************************************************
// Released under the DevelopMentor OpenSource Software License.
// Please consult the LICENSE file in the project root directory,
// or at http://www.develop.com for details before using this
// software.
//******************************************************************

package com.develop.jawin.constants;

import com.develop.jawin.GUID;

public interface WellKnownGUIDs {
  public GUID IID_IUnknown = new GUID("{00000000-0000-0000-C000-000000000046}"); 
  public GUID IID_IDispatch = new GUID("{00020400-0000-0000-C000-000000000046}"); 
  public GUID IID_IEnumVariant = new GUID("{00020404-0000-0000-C000-000000000046}"); 
}

⌨️ 快捷键说明

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