home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / idl / wpptr.idl < prev    next >
Text File  |  1999-03-15  |  1KB  |  76 lines

  1.  
  2. //  Module Header
  3. //
  4. //  Module Name: WPPTR
  5. //
  6. //  OS/2 Presentation Manager Workplace class definitions
  7. //
  8. //  Copyright (c) International Business Machines Corporation 1991, 1992
  9. //
  10.  
  11. #ifndef wpptr_idl
  12. #define wpptr_idl
  13.  
  14. #include "wpdataf.idl"
  15. #include <somcls.idl>
  16.  
  17. interface M_WPPointer;
  18.  
  19. interface WPPointer : WPDataFile
  20.  
  21. {
  22.  
  23. #ifdef __SOMIDL__
  24.   implementation {
  25.  
  26.     externalstem = wpptr;
  27.     local;
  28.     externalprefix = ptr_;
  29.     majorversion = 1;
  30.     minorversion = 2;
  31.     filestem = wpptr;
  32.     metaclass = M_WPPointer;
  33.     callstyle = oidl;
  34.     dllname = "pmwp.dll";               
  35.  
  36.  
  37.     wpQueryIcon: override;
  38.     wpFormatDragItem: override;
  39.     wpQueryHandleFromContents: override;  
  40.     wpSetContentsFromHandle:   override;  
  41.     wpSetupOnce: override;
  42.     somDefaultInit: override;          
  43.     somDestruct: override;             
  44.  
  45.   };
  46. #endif /* __SOMIDL__ */
  47. };
  48.  
  49. interface M_WPPointer : M_WPDataFile
  50. {
  51.  
  52. #ifdef __SOMIDL__
  53.   implementation {
  54.  
  55.     externalstem = wpptr;
  56.     local;
  57.     externalprefix = ptrM_;
  58.     majorversion = 1;
  59.     minorversion = 2;
  60.     filestem = wpptr;
  61.     callstyle = oidl;
  62.     dllname = "pmwp.dll";               
  63.  
  64.  
  65.     wpclsQueryInstanceFilter: override;
  66.     wpclsQueryInstanceType: override;
  67.     wpclsInitData: override;
  68.     wpclsQueryTitle: override;
  69.     wpclsQueryDefaultHelp: override;
  70.  
  71.   };
  72. #endif /* __SOMIDL__ */
  73. };
  74.  
  75. #endif  /* wpptr_idl */
  76.