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

  1. /*
  2.  *  Copyright (c) IBM Corporation  1994 - All Rights Reserved
  3.  *
  4.  *  WPDSERV - Workplace Shell DSOM Server Class DLL
  5.  */
  6.  
  7. #ifndef wpdserver_idl
  8. #define wpdserver_idl
  9.  
  10. #include <somdserv.idl>
  11.  
  12. interface WPObject;
  13.  
  14. interface WPDServer : SOMDServer
  15. {
  16.  
  17.    #ifdef __SOMIDL__
  18.    implementation
  19.    {
  20.  
  21.       passthru C_h_after =
  22.       "#define INCL_WIN"
  23.       "#include <os2.h>"
  24.       "";
  25.  
  26.       passthru C_xh_after =
  27.       "#define INCL_WIN"
  28.       "#include <os2.h>"
  29.       "";
  30.  
  31.       externalstem   = wpdserv;
  32.       externalprefix = wpdserv_;
  33.       callstyle      = oidl;
  34.       dllname        = "wpdserv.dll";
  35.  
  36.  
  37.    };
  38.    #endif /* __SOMIDL__ */
  39. };
  40. #endif /* wpdserver_idl */
  41.