home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 10 / ioProg_10.iso / soft / sdk20 / jsdk05.cab / Samples / Security / com / sample / comsamp / IMyCOMObjectSecurity.java < prev    next >
Encoding:
Java Source  |  1997-09-25  |  1.1 KB  |  29 lines

  1. //
  2. // Auto-generated using JActiveX.EXE 4.79.2228
  3. //   (..\..\..\Bin\jactivex /javatlb /xc /d retail retail\comsamp.tlb)
  4. //
  5. // WARNING: Do not remove the comments that include "@com" directives.
  6. // This source file must be compiled by a @com-aware compiler.
  7. // If you are using the Microsoft Visual J++ compiler, you must use
  8. // version 1.02.3920 or later. Previous versions will not issue an error
  9. // but will not generate COM-enabled class files.
  10. //
  11.  
  12. package comsamp;
  13.  
  14. import com.ms.com.*;
  15. import com.ms.com.IUnknown;
  16. import com.ms.com.Variant;
  17.  
  18. // VTable-only interface IMyCOMObjectSecurity
  19. /** @com.interface(iid=8EACC4B3-289A-11D1-BA1D-006008039BF0, thread=AUTO) */
  20. public interface IMyCOMObjectSecurity extends IUnknown
  21. {
  22.   /** @com.method(vtoffset=0)
  23.       @com.parameters([in,type=STRING] filename) */
  24.   public void CheckRead(String filename);
  25.  
  26.  
  27.   public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x8eacc4b3, (short)0x289a, (short)0x11d1, (byte)0xba, (byte)0x1d, (byte)0x0, (byte)0x60, (byte)0x8, (byte)0x3, (byte)0x9b, (byte)0xf0);
  28. }
  29.