home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / odtlktv4.zip / ODTLKT / TOOLKIT / IDL / WPTRANS.IDL < prev    next >
Text File  |  1995-12-04  |  1KB  |  77 lines

  1.  
  2. //  Module Header
  3. //
  4. //  Module Name: WPTRANS
  5. //
  6. //  OS/2 Presentation Manager Workplace class definitions
  7. //
  8. //  Copyright (c) International Business Machines Corporation 1991, 1992
  9. //
  10.  
  11. #ifndef wptrans_idl
  12. #define wptrans_idl
  13.  
  14. #include "wpobject.idl"
  15. #include <somcls.idl>
  16.  
  17. interface M_WPTransient;
  18.  
  19. interface WPTransient : WPObject
  20.  
  21. {
  22.  
  23. #ifdef __SOMIDL__
  24.   implementation {
  25.  
  26.     externalstem = wptrn;
  27.     local;
  28.     externalprefix = trn_;
  29.     majorversion = 1;
  30.     minorversion = 2;
  31.     filestem = wptrans;
  32.     metaclass = M_WPTransient;
  33.     callstyle = oidl;
  34.     dllname = "pmwp.dll";               
  35.  
  36.  
  37.     wpQueryHandle: override;
  38.     wpCopyObject: override;
  39.     somDefaultInit: override;          
  40.     somDestruct: override;             
  41.     wpQueryIcon: override;             
  42.     wpSaveImmediate: override;                                          
  43.  
  44.  
  45.   };
  46. #endif /* __SOMIDL__ */
  47. };
  48.  
  49. interface M_WPTransient : M_WPObject
  50. {
  51.  
  52. #ifdef __SOMIDL__
  53.   implementation {
  54.  
  55.     releaseorder: wpclsLockTransientList,wpclsUnlockTransientList;
  56.  
  57.     externalstem = wptrn;
  58.     local;
  59.     externalprefix = trnM_;
  60.     majorversion = 1;
  61.     minorversion = 2;
  62.     filestem = wptrans;
  63.     callstyle = oidl;
  64.     dllname = "pmwp.dll";               
  65.  
  66.     HMTX hmtxTransientList;       
  67.  
  68.     wpclsQueryTitle: override;
  69.     wpclsQueryStyle: override;
  70.  
  71.  
  72.   };
  73. #endif /* __SOMIDL__ */
  74. };
  75.  
  76. #endif  /* wptrans_idl */
  77.