home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / som30tk.zip / som30os2.zip / include / scenumnm.idl < prev    next >
Text File  |  1996-12-24  |  1KB  |  56 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/scenumnm.idl 2.8 5/9/96 15:31:12 [12/24/96 07:39:47]
  14.  
  15.  
  16. #ifndef scenumnm_idl
  17. #define scenumnm_idl
  18.  
  19. #include <scentry.idl>
  20.  
  21. interface SOMTEnumEntryC;
  22.  
  23. interface SOMTEnumNameEntryC : SOMTEntryC
  24. {
  25.   readonly attribute SOMTEnumEntryC somtEnumPtr;
  26.   // A pointer to the enumerator.
  27.  
  28.   readonly attribute unsigned long somtEnumVal;
  29.   // The value of the enumeration.
  30. #ifdef __SOMIDL__
  31.   implementation {
  32.     releaseorder: _get_somtEnumPtr, _get_somtEnumVal;
  33.   
  34.     //# Class Modifiers
  35.     majorversion = 2;
  36.     minorversion = 1;
  37.     filestem = scenumnm;
  38. #ifdef _WIN32
  39.     dllname = "some.dll";
  40. #endif
  41.     callstyle = oidl;
  42.   
  43.     //# Method Modifiers
  44.     somDumpSelfInt: override;
  45.     somtSetSymbolsOnEntry: override;
  46.   
  47.     //# Attribute Modifiers
  48.     somtEnumPtr: nodata;
  49.     somtEnumVal: nodata;
  50.   };
  51. #endif /* __SOMIDL__ */
  52. };
  53.  
  54.  
  55. #endif  /* scenumnm */
  56.