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

📄 vardesc.java

📁 java 调用windows的api
💻 JAVA
字号:
/*
 * DISPPARAMS.java
 *
 * Created on January 19, 2002, 7:55 AM
 */

package org.jawin.win32;

import org.jawin.Variant;
/**
 *
 * @author  Roger I Martin
 */
public class VARDESC extends Object
{
    
   /** Creates a new instance of IDLDESC */
    public VARDESC()
    {
    }
    
    public int memid;
    public String lpstrSchema;   // Reserved for future use.
    public long oInst;   // VAR_PERINSTANCE, the offset of this
                           // variable within the instance.
    public Variant[] lpvarValue;   // VAR_CONST, the value of the constant.
    public ELEMDESC elemdescVar;   // Contains the variable type.
    public short wVarFlags;   // Definition of flags follows
    public int varkind;





}

⌨️ 快捷键说明

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