home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / som30tk.zip / som30os2.zip / include / scstring.idl < prev    next >
Text File  |  1996-12-24  |  1KB  |  50 lines

  1. //
  2. //   COMPONENT_NAME: some
  3. //
  4. //   ORIGINS: 27
  5. //
  6. //
  7. //    25H7912  (C)  COPYRIGHT International Business Machines Corp. 1992,1994,1996 
  8. //   All Rights Reserved
  9. //   Licensed Materials - Property of IBM
  10. //   US Government Users Restricted Rights - Use, duplication or
  11. //   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12. //
  13. //#  @(#) somc/scstring.idl 2.8 5/9/96 15:31:26 [12/24/96 07:39:50]
  14.  
  15.  
  16. #ifndef scstring_idl
  17. #define scstring_idl
  18.  
  19. #include <scentry.idl>
  20.  
  21. interface SOMTStringEntryC : SOMTEntryC
  22. {
  23.   readonly attribute long somtStringLength;
  24.   // The length of the string.
  25. #ifdef __SOMIDL__
  26.   implementation {
  27.     releaseorder: _get_somtStringLength;
  28.   
  29.     //# Class Modifiers
  30.     majorversion = 2;
  31.     minorversion = 1;
  32.     filestem = scstring;
  33. #ifdef _WIN32
  34.     dllname = "some.dll";
  35. #endif
  36.     callstyle = oidl;
  37.   
  38.     //# Method Modifiers
  39.     somDumpSelfInt: override;
  40.     somtSetSymbolsOnEntry: override;
  41.   
  42.     //# Attribute Modifiers
  43.     somtStringLength: nodata;
  44.   };
  45. #endif /* __SOMIDL__ */
  46. };
  47.  
  48.  
  49. #endif  /* scstring*/
  50.