RASHOST.DEF
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  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. ;// End of file for RASHOST.DEF