home *** CD-ROM | disk | FTP | other *** search
- package com.ms.ie;
-
- import com.ms.com.IUnknown;
- import com.ms.com._Guid;
-
- public interface DShellFolderViewEvents extends IUnknown {
- _Guid iid = new _Guid(1645292194, (short)-5148, (short)4559, (byte)-91, (byte)-5, (byte)0, (byte)32, (byte)-81, (byte)-25, (byte)41, (byte)45);
-
- void SelectionChanged();
- }
-