home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 133 / dpcs0399.iso / INTERNET / claranet / ie4 / IEJAVA.CAB / com / ms / ie / ShellDispatchInproc.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-10  |  589 b   |  10 lines

  1. package com.ms.ie;
  2.  
  3. import com.ms.com.IUnknown;
  4. import com.ms.com.NoAutoScripting;
  5. import com.ms.com._Guid;
  6.  
  7. public class ShellDispatchInproc implements IUnknown, NoAutoScripting {
  8.    public static final _Guid clsid = new _Guid(176793696, (short)-10319, (short)4558, (byte)-125, (byte)80, (byte)68, (byte)69, (byte)83, (byte)84, (byte)0, (byte)0);
  9. }
  10.