shelluihelper.java
来自「java internet 浏览器:一个java编写的web浏览器」· Java 代码 · 共 58 行
JAVA
58 行
//
// Auto-generated using JActiveX.EXE 5.00.2918
// ("D:\MICROSOFT VISUAL STUDIO\VJ98\jactivex.exe" /wfc /t "D:\MICROSOFT VISUAL STUDIO\VJ98\wfc.jnf" /w /xi /X:rkc /l "C:\WIN95\TEMP\jvc10E5.TMP" /nologo /d "e:\vj6\explore" "C:\WIN95\SYSTEM\SHDOCVW.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 shdocvw;
import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
/** @com.class(classid=64AB4BB7-111E-11D1-8F79-00C04FC2FBE1,DynamicCasts)
@com.interface(iid=729FE2F8-1EA8-11D1-8F85-00C04FC2FBE1, thread=AUTO, type=DUAL) */
public class ShellUIHelper implements IUnknown,com.ms.com.NoAutoScripting,shdocvw.IShellUIHelper
{
/** @com.method(vtoffset=4, dispid=1, type=METHOD, name="ResetFirstBootMode", addFlagsVtable=4)
@com.parameters()
@hidden */
public native void ResetFirstBootMode();
/** @com.method(vtoffset=5, dispid=2, type=METHOD, name="ResetSafeMode", addFlagsVtable=4)
@com.parameters()
@hidden */
public native void ResetSafeMode();
/** @com.method(vtoffset=6, dispid=3, type=METHOD, name="RefreshOfflineDesktop", addFlagsVtable=4)
@com.parameters()
@hidden */
public native void RefreshOfflineDesktop();
/** @com.method(vtoffset=7, dispid=4, type=METHOD, name="AddFavorite", addFlagsVtable=4)
@com.parameters([in,type=STRING] URL, [in,elementType=VARIANT,type=PTR] Title) */
public native void AddFavorite(String URL, Variant Title);
/** @com.method(vtoffset=8, dispid=5, type=METHOD, name="AddChannel", addFlagsVtable=4)
@com.parameters([in,type=STRING] URL) */
public native void AddChannel(String URL);
/** @com.method(vtoffset=9, dispid=6, type=METHOD, name="AddDesktopComponent", addFlagsVtable=4)
@com.parameters([in,type=STRING] URL, [in,type=STRING] Type, [in,elementType=VARIANT,type=PTR] Left, [in,elementType=VARIANT,type=PTR] Top, [in,elementType=VARIANT,type=PTR] Width, [in,elementType=VARIANT,type=PTR] Height) */
public native void AddDesktopComponent(String URL, String Type, Variant Left, Variant Top, Variant Width, Variant Height);
/** @com.method(vtoffset=10, dispid=7, type=METHOD, name="IsSubscribed", addFlagsVtable=4)
@com.parameters([in,type=STRING] URL, [type=BOOLEAN] return) */
public native boolean IsSubscribed(String URL);
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x729fe2f8, (short)0x1ea8, (short)0x11d1, (byte)0x8f, (byte)0x85, (byte)0x0, (byte)0xc0, (byte)0x4f, (byte)0xc2, (byte)0xfb, (byte)0xe1);
public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0x64ab4bb7, (short)0x111e, (short)0x11d1, (byte)0x8f, (byte)0x79, (byte)0x0, (byte)0xc0, (byte)0x4f, (byte)0xc2, (byte)0xfb, (byte)0xe1);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?