home *** CD-ROM | disk | FTP | other *** search
- package com.ms.ie;
-
- public interface ShellFolderViewOptions {
- int SFVVO_SHOWALLOBJECTS = 1;
- int SFVVO_SHOWEXTENSIONS = 2;
- int SFVVO_SHOWCOMPCOLOR = 8;
- int SFVVO_SHOWSYSFILES = 32;
- int SFVVO_WIN95CLASSIC = 64;
- int SFVVO_DOUBLECLICKINWEBVIEW = 128;
- int SFVVO_DESKTOPHTML = 512;
- }
-