home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / IDL / WPTRANS.IDL < prev    next >
Text File  |  1995-08-30  |  1KB  |  49 lines

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