[RASAPI32] Add stub for RasGetConnectionStatistics

See CORE-10426
This commit is contained in:
Stanislav Motylkov 2017-10-04 21:43:31 +03:00 committed by Amine Khaldi
parent 456e2192b7
commit e7485ea00c
2 changed files with 7 additions and 0 deletions

View File

@ -549,3 +549,9 @@ DWORD WINAPI RasGetLinkStatistics(HRASCONN connection, DWORD entry, RAS_STATS *s
FIXME("(%p,%u,%p), stub!\n", connection, entry, statistics);
return 0;
}
DWORD WINAPI RasGetConnectionStatistics(HRASCONN connection, RAS_STATS *statistics)
{
FIXME("(%p,%p), stub!\n", connection, statistics);
return ERROR_UNKNOWN;
}

View File

@ -29,6 +29,7 @@
@ stdcall RasGetAutodialEnableW(long ptr)
@ stdcall RasGetAutodialParamA(long ptr ptr)
@ stdcall RasGetAutodialParamW(long ptr ptr)
@ stdcall RasGetConnectionStatistics(ptr ptr)
@ stub RasGetConnectResponse
@ stdcall RasGetConnectStatusA(ptr ptr)
@ stdcall RasGetConnectStatusW(ptr ptr)