dshellfolderviewevents.java
来自「java internet 浏览器:一个java编写的web浏览器」· Java 代码 · 共 29 行
JAVA
29 行
//
// 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;
// Dispatch-only interface DShellFolderViewEvents
/** @com.interface(iid=62112AA2-EBE4-11CF-A5FB-0020AFE7292D, thread=AUTO, type=DISPATCH) */
public interface DShellFolderViewEvents extends IUnknown
{
/** @com.method(dispid=200, type=METHOD, name="SelectionChanged", returntype=VOID)
@com.parameters() */
public void SelectionChanged();
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x62112aa2, (short)0xebe4, (short)0x11cf, (byte)0xa5, (byte)0xfb, (byte)0x0, (byte)0x20, (byte)0xaf, (byte)0xe7, (byte)0x29, (byte)0x2d);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?