[RASAPI32] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70912
This commit is contained in:
Amine Khaldi 2016-03-04 09:46:02 +00:00
parent 35b4271233
commit 9676b263df
3 changed files with 22 additions and 2 deletions

View file

@ -498,6 +498,18 @@ DWORD WINAPI RasRenameEntryW(LPCWSTR lpszPhonebook, LPCWSTR lpszOldEntry, LPCWST
return 0;
}
DWORD WINAPI RasSetCustomAuthDataA(const char *phonebook, const char *entry, BYTE *authdata, DWORD size)
{
FIXME("(%s,%s,%p,0x%08x), stub!\n", debugstr_a(phonebook), debugstr_a(entry), authdata, size);
return 0;
}
DWORD WINAPI RasSetCustomAuthDataW(const WCHAR *phonebook, const WCHAR *entry, BYTE *authdata, DWORD size)
{
FIXME("(%s,%s,%p,0x%08x), stub!\n", debugstr_w(phonebook), debugstr_w(entry), authdata, size);
return 0;
}
DWORD WINAPI RasSetEntryDialParamsA(LPCSTR lpszPhonebook, LPRASDIALPARAMSA lprasdialparams,
BOOL fRemovePassword)
{
@ -531,3 +543,9 @@ DWORD WINAPI RasSetSubEntryPropertiesW(LPCWSTR lpszPhonebook, LPCWSTR lpszEntry,
dwcbDeviceConfig);
return 0;
}
DWORD WINAPI RasGetLinkStatistics(HRASCONN connection, DWORD entry, RAS_STATS *statistics)
{
FIXME("(%p,%u,%p), stub!\n", connection, entry, statistics);
return 0;
}

View file

@ -45,9 +45,9 @@
@ stdcall RasGetErrorStringW(long ptr long)
@ stub RasGetErrorStringWow
@ stub RasGetHport
@ stdcall RasGetLinkStatistics(ptr long ptr)
@ stdcall RasGetProjectionInfoA(ptr ptr ptr ptr)
@ stdcall RasGetProjectionInfoW(ptr ptr ptr ptr)
@ stub RasGetLinkStatistics
@ stub RasGetSubEntryHandleA
@ stub RasGetSubEntryHandleW
@ stub RasGetSubEntryPropertiesA
@ -65,6 +65,8 @@
@ stdcall RasSetAutodialParamW(long ptr long)
@ stub RasSetCredentialsA
@ stub RasSetCredentialsW
@ stdcall RasSetCustomAuthDataA(str str ptr long)
@ stdcall RasSetCustomAuthDataW(wstr wstr ptr long)
@ stdcall RasSetEntryDialParamsA(str ptr long)
@ stdcall RasSetEntryDialParamsW(wstr ptr long)
@ stdcall RasSetEntryPropertiesA(str str ptr long ptr long)

View file

@ -159,7 +159,7 @@ reactos/dll/win32/pstorec # Synced to WineStaging-1.7.55
reactos/dll/win32/qmgr # Synced to WineStaging-1.9.4
reactos/dll/win32/qmgrprxy # Synced to WineStaging-1.7.55
reactos/dll/win32/query # Synced to WineStaging-1.7.55
reactos/dll/win32/rasapi32 # Synced to WineStaging-1.7.55
reactos/dll/win32/rasapi32 # Synced to WineStaging-1.9.4
reactos/dll/win32/resutils # Synced to WineStaging-1.7.55
reactos/dll/win32/riched20 # Synced to WineStaging-1.7.55
reactos/dll/win32/riched32 # Synced to WineStaging-1.7.55