home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / chap06 / ikoala / ikoala.idl < prev    next >
Encoding:
Text File  |  1995-05-03  |  563 b   |  25 lines

  1. /*
  2.  * IKOALA.IDL
  3.  *
  4.  * Definition of the IKoala interface for the MIDL compiler.
  5.  *
  6.  * Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  7.  *
  8.  * Kraig Brockschmidt, Microsoft
  9.  * Internet  :  kraigb@microsoft.com
  10.  * Compuserve:  >INTERNET:kraigb@microsoft.com
  11.  */
  12.  
  13.  
  14. [uuid(0002114b-0000-0000-c000-000000000046),
  15.     object
  16. ]
  17. interface IKoala : IUnknown
  18.     {
  19.     import "unknwn.idl";
  20.  
  21.     HRESULT ClimbEucalyptusTree([in] short iTree);
  22.     HRESULT PouchOpensDown(void);
  23.     HRESULT SleepAfterEating([in] short cMinutes);
  24.     }
  25.