Skip to content
Snippets Groups Projects
Commit 54c023f1 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

Added RasValidateEntryNameA stub.

parent 1e1313d5
No related branches found
No related tags found
No related merge requests found
......@@ -252,3 +252,11 @@ DWORD WINAPI RasSetAutodialParamW(DWORD a, LPVOID b, DWORD c)
FIXME("(%lx,%p,%lx),stub!\n",a,b,c);
return 0;
}
/**************************************************************************
* RasValidateEntryNameA [RASAPI32.72]
*/
DWORD WINAPI RasValidateEntryNameA(LPSTR lpszPhonebook, LPSTR lpszEntry) {
FIXME("(%s,%s), stub!\n",lpszPhonebook,lpszEntry);
return 0;
}
......@@ -41,7 +41,7 @@
69 stub RasSetOldPassword
70 stub RasSetSubEntryPropertiesA
71 stub RasSetSubEntryPropertiesW
72 stub RasValidateEntryNameA
72 stdcall RasValidateEntryNameA(str str) RasValidateEntryNameA
73 stub RasValidateEntryNameW
11 stub RasDialWow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment