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 / dynout / dynout.idl < prev    next >
Text File  |  1996-03-20  |  198b  |  11 lines

  1. [
  2.     uuid(8b4c8b20-fec6-11ce-b4eb-0080c779fc83),
  3.     version(1.0),
  4.     pointer_default(unique)
  5. ]
  6.  
  7. interface MemStuff
  8. {
  9.     short GrabChunk([out] long *lSize, [out,size_is(,*lSize)] char **ppData);
  10. }
  11.