Complete stub for RasEnumEntries by saying we have 0 entries.

This commit is contained in:
Gerard Patel 1999-11-12 01:38:49 +00:00 committed by Alexandre Julliard
parent 321a197209
commit f90b60e296
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ DWORD WINAPI RasEnumEntriesA( LPSTR Reserved, LPSTR lpszPhoneBook,
{
FIXME("(%p,%s,%p,%p,%p),stub!\n",Reserved,debugstr_a(lpszPhoneBook),
lpRasEntryName,lpcb,lpcEntries);
*lpcEntries = 0;
return 0;
}