Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
613 B

  1. //****************************************************************************
  2. //
  3. // Microsoft NT Remote Access Service
  4. //
  5. // Copyright 1992-93
  6. //
  7. //
  8. // Revision History
  9. //
  10. //
  11. // 05/29/97 Rao Salapaka Created
  12. //
  13. //
  14. // Description: All Initialization code for rasman component lives here.
  15. //
  16. //****************************************************************************
  17. DWORD dwGetInstalledProtocols(DWORD *pdwInstalledProtocols,
  18. BOOL fRouter,
  19. BOOL fRasCli,
  20. BOOL fRasSrv);