shellfolderviewocraw.java
来自「java internet 浏览器:一个java编写的web浏览器」· Java 代码 · 共 31 行
JAVA
31 行
//
// 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=9BA05971-F6A8-11CF-A442-00A0C90A8F39,DynamicCasts)
@com.interface(iid=9BA05970-F6A8-11CF-A442-00A0C90A8F39, thread=AUTO, type=DUAL) */
public class ShellFolderViewOCRaw implements IUnknown,com.ms.com.NoAutoScripting,shdocvw.IFolderViewOC
{
/** @com.method(vtoffset=4, dispid=1610743808, type=METHOD, name="SetFolderView", addFlagsVtable=4)
@com.parameters([in,iid=00020400-0000-0000-C000-000000000046,thread=AUTO,type=DISPATCH] pDisp) */
public native void SetFolderView(Object pDisp);
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x9ba05970, (short)0xf6a8, (short)0x11cf, (byte)0xa4, (byte)0x42, (byte)0x0, (byte)0xa0, (byte)0xc9, (byte)0xa, (byte)0x8f, (byte)0x39);
public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0x9ba05971, (short)0xf6a8, (short)0x11cf, (byte)0xa4, (byte)0x42, (byte)0x0, (byte)0xa0, (byte)0xc9, (byte)0xa, (byte)0x8f, (byte)0x39);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?