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

  1.  
  2. //# This file was generated by the SOM Compiler.
  3. //# FileName: wpcmdf.id2.
  4. //# Generated using:
  5. //#     SOM Precompiler somopc: 2.2
  6. //#     SOM Emitter emitidl: 2.7
  7.  
  8. //  Module Header
  9. //
  10. //  Module Name: WPCMDF
  11. //
  12. //  OS/2 Presentation Manager Workplace class definitions
  13. //
  14. //  Copyright (c) International Business Machines Corporation 1991, 1992
  15. //
  16.  
  17. #ifndef wpcmdf_idl
  18. #define wpcmdf_idl
  19.  
  20. #include "wppgmf.idl"
  21. #include <somcls.idl>
  22.  
  23. interface M_WPCommandFile;
  24.  
  25. interface WPCommandFile : WPProgramFile
  26.  
  27. {
  28.  
  29. #ifdef __SOMIDL__
  30.   implementation {
  31.  
  32.     //# Class Modifiers
  33.     externalstem = wpcmd;
  34.     local;
  35.     externalprefix = cmd_;
  36.     majorversion = 1;
  37.     minorversion = 2;
  38.     filestem = wpcmdf;
  39.     metaclass = M_WPCommandFile;
  40.     callstyle = oidl;
  41.     dllname = "pmwp.dll";               //sahsom2
  42.  
  43.  
  44.     //# Method Modifiers
  45.     wpPrintObject: override;
  46.  
  47.   };
  48. #endif /* __SOMIDL__ */
  49. };
  50.  
  51. interface M_WPCommandFile
  52. {
  53.  
  54. #ifdef __SOMIDL__
  55.   implementation {
  56.  
  57.     //# Class Modifiers
  58.     externalstem = wpcmd;
  59.     local;
  60.     externalprefix = cmdM_;
  61.     majorversion = 1;
  62.     minorversion = 2;
  63.     filestem = wpcmdf;
  64.     callstyle = oidl;
  65.     dllname = "pmwp.dll";               //sahsom2
  66.  
  67.     //# Method Modifiers
  68.     wpclsQueryStyle: override;
  69.     wpclsQueryInstanceFilter: override;
  70.     wpclsQueryInstanceType: override;
  71.     wpclsQueryTitle: override;
  72.  
  73.   };
  74. #endif /* __SOMIDL__ */
  75. };
  76.  
  77. #endif  /* wpcmdf_idl */
  78.