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.
|
|
#pragma once
#include "ncstring.h"
#include "ras.h"
HRESULT HrInvokeDunFile_Internal(IN LPWSTR szDunFile);
HRESULT HrGetPhoneBookFile(tstring& strPhoneBook);
HRESULT HrGetEntryName(IN LPWSTR szDunFile, IN LPWSTR szEntryName, tstring & strPhoneBook);
HRESULT HrImportPhoneBookInfo( IN LPWSTR szDunFile, IN LPWSTR szEntryName, tstring & strPhoneBook);
HRESULT HrImportPhoneInfo(RASENTRY * pRasEntry, IN LPWSTR szDunFile);
VOID ImportDeviceInfo(RASENTRY * pRasEntry, IN LPWSTR szDunFile);
VOID ImportServerInfo(RASENTRY * pRasEntry, IN LPWSTR szDunFile);
VOID ImportIPInfo(RASENTRY * pRasEntry, IN LPWSTR szDunFile);
VOID ImportScriptFileName(RASENTRY * pRasEntry, IN LPWSTR szDunFile);
VOID SzToRasIpAddr(IN LPWSTR szIPAddr, OUT RASIPADDR * pIpAddr);
HRESULT HrImportMLInfo( IN LPWSTR szDunFile, IN LPWSTR szEntryName, tstring & pRasIpAddr);
|