home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / makedce.zip / EXAMPLES.ZIP / examples / MClient / manager2.idl < prev    next >
Text File  |  1994-10-21  |  887b  |  23 lines

  1. [
  2. uuid(008adae0-e85d-1ea7-8998-10005addde14),
  3. version(1.0)
  4. ]interface I2 {
  5. /*@;**********************************************************************
  6.     * This file built with the MakeDCE facility for DCE ver 1.0          *
  7.     *     - A DCE Application-Development Enabling Tool                  *
  8.     *                                                                    *
  9.     * Initially generated on Fri Oct 21 12:12:25 1994                    *
  10.     *         Last update on Fri Oct 21 12:12:25 1994                    *
  11.     *                                                                    *
  12.     * IBM Corporation 1992, 1993                                         *
  13.     **********************************************************************/
  14. /*@[export] add_ten ;     file manager2.c */
  15.  
  16. long int 
  17. add_ten (
  18.    [  in] handle_t h,
  19.    [  in] long int num
  20. );
  21.  
  22. }
  23.