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 / readme.txt < prev    next >
Text File  |  1996-04-10  |  963b  |  30 lines

  1. DYNOUT 
  2.  
  3.  
  4. The DYNOUT sample demonstrates how to allocate memory at a server for an n-byte
  5. object and pass it back to the client as an [out]-only parameter. The client
  6. then frees the memory. This technique allows the stub to call the server
  7. without knowing in advance how much data will be returned.
  8.  
  9.  
  10. FILES 
  11. ===== 
  12.  
  13. The directory samples\rpc\dynout contains the following files for
  14. building the sample distributed application DYNOUT: 
  15.  
  16. File          Description
  17. -------------------------
  18.  
  19. README.TXT    Readme file for the dynout sample 
  20. DYNOUT.IDL    Interface definition language file 
  21. DYNOUT.ACF    Attribute configuration file 
  22. DYNOUTC.C     Client main program 
  23. DYNOUTS.C     Server main program 
  24. DYNOUTP.C     Remote procedure 
  25. XX_MIDL.BAT   separate MIDL build file
  26. MAKEFILE      nmake file to build 32-bit client and server applications.
  27.  
  28. NMAKE builds the executable programs DYNOUT.EXE (client) and
  29. DYNOUTS.EXE (server).
  30.