home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / odtlktv4.zip / ODTLKT / TOOLKIT / IDL / WPQDR.IDL < prev    next >
Text File  |  1995-11-08  |  2KB  |  98 lines

  1.  
  2. //  Module Header
  3. //
  4. //  Module Name: WPQDR
  5. //
  6. //  OS/2 Presentation Manager Workplace class definitions
  7. //
  8. //  Copyright (c) International Business Machines Corporation 1991, 1992
  9. //
  10.  
  11. #ifndef wpqdr_idl
  12. #define wpqdr_idl
  13.  
  14. #include "wptrans.idl"
  15. #include <somcls.idl>
  16. #include <wprttype.idl>                                                //@WPSOM2
  17.  
  18. interface M_WPQdr;
  19.  
  20. interface WPQdr : WPTransient
  21. {
  22.  
  23. #ifdef __SOMIDL__
  24.   implementation {
  25.  
  26.     releaseorder: prtGetQDriverInfo,prtSetQDriverInfo,prtSetQdrIcon,
  27.                   prtSetQDriverDiscardhwndDlg,prtSetQDriverInstallhwndDlg;
  28.  
  29.     externalstem = WPqdr;
  30.     local;
  31.     externalprefix = qdr_;
  32.     majorversion = 1;
  33.     minorversion = 1;
  34.     filestem = wpqdr;
  35.     metaclass = M_WPQdr;
  36.     callstyle = oidl;
  37.  
  38.     passthru C_ih =     "#define JO_VERSION_MAJOR  1"
  39. "#define JO_VERSION_MINOR  1";
  40.  
  41.     passthru C_h =     ""
  42. "/* common context menu ids    */"
  43. "#define WPPOIDM_QDR_INSTALL         8001"
  44. "";
  45.  
  46.     ULONG ulFlag;
  47.     HWND hwndNewDlg;
  48.     HWND hwndDiscardDlg;
  49.     PPRQPROCINFO pPrQDriverInfo;
  50.     HPOINTER hptrIcon;
  51.  
  52.     wpInitData: override;
  53.     wpUnInitData: override;
  54.     somDumpSelfInt: override;
  55.     wpAddSettingsPages: override;
  56.     wpQueryTitle: override;
  57.     wpQueryIcon: override;
  58.     wpFilterPopupMenu: override;
  59.     wpFree: override;
  60.     wpModifyPopupMenu: override;
  61.     wpMenuItemSelected: override;
  62.     wpMenuItemHelpSelected: override;
  63.     wpOpen: override;
  64.     wpDrop: override;
  65.     wpDragOver: override;
  66.  
  67.  
  68.   };
  69. #endif /* __SOMIDL__ */
  70. };
  71.  
  72. interface M_WPQdr
  73. {
  74.  
  75. #ifdef __SOMIDL__
  76.   implementation {
  77.  
  78.     externalstem = WPqdr;
  79.     local;
  80.     externalprefix = qdrM_;                                            //@WPSOM2
  81.     functionprefix = qdrM_;
  82.     majorversion = 1;
  83.     minorversion = 1;
  84.     filestem = wpqdr;
  85.     callstyle = oidl;
  86.  
  87.     wpclsQueryTitle: override;
  88.     wpclsQueryIcon: override;
  89.     wpclsQueryDefaultHelp: override;
  90.     wpclsQueryDefaultView: override;
  91.     wpclsQueryStyle: override;
  92.  
  93.   };
  94. #endif /* __SOMIDL__ */
  95. };
  96.  
  97. #endif  /* wpqdr_idl */
  98.