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 / ns / nhello / nhello.idl < prev    next >
Encoding:
Text File  |  1995-11-14  |  252 b   |  14 lines

  1. [ uuid (5D6E4DA0-0D21-1068-94B1-00DD010662DA),
  2.   version(1.0),
  3.   pointer_default(unique)
  4. ]
  5. interface nhello
  6. {
  7.  
  8. void HelloProc(handle_t nBinding,
  9.                [in, string] unsigned char * pszString);
  10.  
  11. void Shutdown(handle_t nBinding);
  12.  
  13. }
  14.