Source code of Windows XP (NT5)
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.

38 lines
1.1 KiB

  1. #pragma once
  2. #include "ncstring.h"
  3. #include "ras.h"
  4. HRESULT HrInvokeDunFile_Internal(IN LPWSTR szDunFile);
  5. HRESULT HrGetPhoneBookFile(tstring& strPhoneBook);
  6. HRESULT HrGetEntryName(IN LPWSTR szDunFile,
  7. IN LPWSTR szEntryName,
  8. tstring & strPhoneBook);
  9. HRESULT HrImportPhoneBookInfo( IN LPWSTR szDunFile,
  10. IN LPWSTR szEntryName,
  11. tstring & strPhoneBook);
  12. HRESULT HrImportPhoneInfo(RASENTRY * pRasEntry,
  13. IN LPWSTR szDunFile);
  14. VOID ImportDeviceInfo(RASENTRY * pRasEntry,
  15. IN LPWSTR szDunFile);
  16. VOID ImportServerInfo(RASENTRY * pRasEntry,
  17. IN LPWSTR szDunFile);
  18. VOID ImportIPInfo(RASENTRY * pRasEntry,
  19. IN LPWSTR szDunFile);
  20. VOID ImportScriptFileName(RASENTRY * pRasEntry,
  21. IN LPWSTR szDunFile);
  22. VOID SzToRasIpAddr(IN LPWSTR szIPAddr,
  23. OUT RASIPADDR * pIpAddr);
  24. HRESULT HrImportMLInfo( IN LPWSTR szDunFile,
  25. IN LPWSTR szEntryName,
  26. tstring & pRasIpAddr);