home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / ras / winnt / rashost / rashost.def < prev    next >
Text File  |  1997-10-10  |  603b  |  24 lines

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;//  File Name 
  4. ;//      RASHOST.DEF
  5. ;//
  6. ;//  Description
  7. ;//      Definition file for the RASHOST.DLL library.
  8. ;//
  9. ;//  Author
  10. ;//      Irving De la Cruz
  11. ;//
  12. ;//  Revision: 1.1
  13. ;//
  14. ;// Written for Microsoft Windows Developer Support
  15. ;// Copyright (c) 1995-1997 Microsoft Corporation. All rights reserved.
  16. ;//
  17. LIBRARY         RASHOST
  18. DESCRIPTION     'Sample NT RAS Security Host'
  19. HEAPSIZE        1024
  20. EXPORTS
  21.      RasSecurityDialogBegin
  22.      RasSecurityDialogEnd
  23.  
  24. ;// End of file for RASHOST.DEF