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 / yield / yield.idl < prev    next >
Text File  |  1995-11-14  |  185b  |  13 lines

  1. [ uuid (87A118A0-11DB-1068-94B2-00DD010662DA),
  2.   version (1.0),
  3.   pointer_default(unique)
  4. ]
  5. interface yield
  6. {
  7.  
  8. void YieldProc([in] short cSeconds);
  9.  
  10. void Shutdown(void);
  11.  
  12. }
  13.