📄 elemdesc.java
字号:
/*
* TypeLibWrapper.java
*
* Created on June 1, 2002, 7:55 AM
*/
package org.jawin.win32;
/**
*
* @author cutex1
*/
public class ELEMDESC extends Object
{
/** Creates a new instance of TypeLibWrapper */
public ELEMDESC()
{
}
public TYPEDESC tdesc; // Type of the element.
public IDLDESC idldesc; //Info for remoting the element
//(backward compatibility)
public PARAMDESC paramdesc; //info about the parameter
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -