home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / callback / call.idl < prev    next >
Encoding:
Text File  |  1995-11-14  |  245 b   |  15 lines

  1. [ uuid (D694C1C0-09D7-1068-94AF-00DD010662DA),
  2.   version(1.0),
  3.   pointer_default(unique)
  4. ]
  5. interface callback
  6. {
  7.  
  8. short Fibonacci([in] short int nValue);
  9.  
  10. [callback] short Fibonacci2([in] short int nValue);
  11.  
  12. void Shutdown(void);
  13.  
  14. }
  15.