home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / wpshidl / idl / wptrans.idl < prev    next >
Encoding:
Text File  |  1993-11-17  |  1.8 KB  |  94 lines

  1.  
  2. //# This file was generated by the SOM Compiler.
  3. //# FileName: wptrans.id2.
  4. //# Generated using:
  5. //#     SOM Precompiler somopc: 2.2
  6. //#     SOM Emitter emitidl: 2.7
  7.  
  8. //  Module Header
  9. //
  10. //  Module Name: WPTRANS
  11. //
  12. //  OS/2 Presentation Manager Workplace class definitions
  13. //
  14. //  Copyright (c) International Business Machines Corporation 1991, 1992
  15. //
  16.  
  17. #ifndef wptrans_idl
  18. #define wptrans_idl
  19.  
  20. #include "wpobject.idl"
  21. #include <somcls.idl>
  22.  
  23. interface M_WPTransient;
  24.  
  25. interface WPTransient : WPObject
  26.  
  27.  
  28. {
  29.  
  30. #ifdef __SOMIDL__
  31.   implementation {
  32.  
  33.     //# Class Modifiers
  34.     externalstem = wptrn;
  35.     local;
  36.     externalprefix = trn_;
  37.     majorversion = 1;
  38.     minorversion = 2;
  39.     filestem = wptrans;
  40.     metaclass = M_WPTransient;
  41.     callstyle = oidl;
  42.     dllname = "pmwp.dll";               //sahsom2
  43.  
  44.     passthru C_h_after =      ""
  45. "   typedef struct _TRANSINFO"
  46. "   {"
  47. "      struct _TRANSINFO *pNext;         /* Next structure */"
  48. "      WPObject          *Object;        /* Object pointer */"
  49. "      ULONG              Handle;        /* Object handle (low word only) */"
  50. "   } TRANSINFO;"
  51. ""
  52. "   typedef TRANSINFO *PTRANSINFO;"
  53. "";
  54.  
  55.  
  56.     //# Method Modifiers
  57.     wpQueryHandle: override;
  58.     wpCopyObject: override;
  59.     wpSaveDeferred: override;
  60.  
  61.     //# Data Modifiers
  62.  
  63.  
  64.   };
  65. #endif /* __SOMIDL__ */
  66. };
  67.  
  68. interface M_WPTransient
  69. {
  70.  
  71. #ifdef __SOMIDL__
  72.   implementation {
  73.  
  74.     //# Class Modifiers
  75.     externalstem = wptrn;
  76.     local;
  77.     externalprefix = trnM_;
  78.     majorversion = 1;
  79.     minorversion = 2;
  80.     filestem = wptrans;
  81.     callstyle = oidl;
  82.     dllname = "pmwp.dll";               //sahsom2
  83.  
  84.     //# Method Modifiers
  85.     wpclsQueryTitle: override;
  86.     wpclsQueryStyle: override;
  87.  
  88.  
  89.   };
  90. #endif /* __SOMIDL__ */
  91. };
  92.  
  93. #endif  /* wptrans_idl */
  94.