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

  1. [ uuid (4AF72C40-4DAA-1068-A9AD-08002B2EB23C),
  2.   version(1.0),
  3.   pointer_default(unique)
  4. ]
  5. interface cluuid
  6. {
  7.  
  8. void HelloProc([in, string] unsigned char * pszString);
  9.  
  10. void Shutdown(void);
  11.  
  12. }
  13.