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 / inc / ikoala16.h < prev    next >
C/C++ Source or Header  |  1995-05-03  |  605b  |  25 lines

  1. /*
  2.  * NOTE:  This file is a 16-bit modification of ikoala.h.
  3.  * This is not generated by MIDL directly.
  4.  */
  5.  
  6. #ifndef __ikoala_h__
  7. #define __ikoala_h__
  8.  
  9.  
  10. DECLARE_INTERFACE_(IKoala, IUnknown)
  11.     {
  12.     //IUnknown members
  13.     STDMETHOD(QueryInterface) (THIS_ REFIID, PPVOID) PURE;
  14.     STDMETHOD_(ULONG,AddRef)  (THIS) PURE;
  15.     STDMETHOD_(ULONG,Release) (THIS) PURE;
  16.  
  17.     STDMETHOD(ClimbEucalyptusTree)(THIS_ short) PURE;
  18.     STDMETHOD(PouchOpensDown)(THIS) PURE;
  19.     STDMETHOD(SleepAfterEating)(THIS_ short) PURE;
  20.     };
  21.  
  22. typedef IKoala *PKOALA, FAR *LPKOALA;
  23.  
  24. #endif //__ikoala_h__
  25.