[RASAPI32] Add stub

Christian Costa titan.costa at wanadoo.fr
Mon Mar 1 17:27:46 CST 2004


Hi,

Changelog :
Add stub for RasGetEntryPropertiesA.

Christian Costa   titan.costa at wanadoo.fr
-------------- next part --------------
Index: rasapi.c
===================================================================
RCS file: /home/wine/wine/dlls/rasapi32/rasapi.c,v
retrieving revision 1.24
diff -u -r1.24 rasapi.c
--- rasapi.c	5 Sep 2003 23:08:32 -0000	1.24
+++ rasapi.c	1 Mar 2004 22:12:57 -0000
@@ -324,3 +324,15 @@
 	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;
+}
+
Index: rasapi32.spec
===================================================================
RCS file: /home/wine/wine/dlls/rasapi32/rasapi32.spec,v
retrieving revision 1.18
diff -u -r1.18 rasapi32.spec
--- rasapi32.spec	27 Feb 2004 21:32:55 -0000	1.18
+++ rasapi32.spec	1 Mar 2004 22:12:57 -0000
@@ -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


More information about the wine-patches mailing list