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.
 
 
 
 
 
 

38 lines
1.2 KiB

#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);