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 / hello / hello.idl < prev    next >
Encoding:
Text File  |  1995-11-14  |  203 b   |  13 lines

  1. [ uuid (906B0CE0-C70B-1067-B317-00DD010662DA),
  2.   version(1.0),
  3.   pointer_default(unique)
  4. ]
  5. interface hello
  6. {
  7.  
  8. void HelloProc([in, string] unsigned char * pszString);
  9.  
  10. void Shutdown(void);
  11.  
  12. }
  13.