Added stub for RasGetEntryPropertiesA.

This commit is contained in:
Christian Costa 2004-03-02 06:44:03 +00:00 committed by Alexandre Julliard
parent 872ed63b77
commit 8160170df2
2 changed files with 12 additions and 1 deletions

View file

@ -324,3 +324,14 @@ DWORD WINAPI RasValidateEntryNameW(LPCWSTR lpszPhonebook, LPCWSTR lpszEntry) {
FIXME("(%s,%s), stub!\n",debugstr_w(lpszPhonebook),debugstr_w(lpszEntry));
return 0;
}
/**************************************************************************
* RasGetEntryPropertiesA [RASAPI32.@]
*/
DWORD WINAPI RasGetEntryPropertiesA(LPCSTR lpszPhonebook, LPCSTR lpszEntry, LPRASENTRYA lpRasEntry,
LPDWORD lpdwEntryInfoSize, LPBYTE lpbDeviceInfo, LPDWORD lpdwDeviceInfoSize
) {
FIXME("(%s,%s,%p,%p,%p,%p), stub!\n", lpszPhonebook, lpszEntry, lpRasEntry, lpdwEntryInfoSize,
lpbDeviceInfo, lpdwDeviceInfoSize);
return 0;
}

View file

@ -39,7 +39,7 @@
@ stub RasGetCredentialsW
@ stdcall RasGetEntryDialParamsA(str ptr ptr)
@ stub RasGetEntryDialParamsW
@ stub RasGetEntryPropertiesA
@ stdcall RasGetEntryPropertiesA(str str ptr ptr ptr ptr)
@ stub RasGetEntryPropertiesW
@ stub RasGetErrorStringA
@ stub RasGetErrorStringW