home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / msj / v10n12 / oleq1295.exe / IFOO.IDL < prev    next >
INI File  |  1995-12-01  |  285b  |  11 lines

  1. [uuid(BABACACA-DADA-EAEA-FAFA-00000000000B), object]
  2. interface IFoo : IUnknown
  3. {
  4.     import "unknwn.idl";
  5.     HRESULT Argument([in] short arg1);
  6.     HRESULT Agreement([out] short *parg1);
  7.     HRESULT Articulate([in] short arg1);
  8.     HRESULT Announcement([in] short arg1);
  9. }
  10.  
  11.