mirror of
https://github.com/reactos/reactos.git
synced 2024-11-28 14:03:37 +08:00
[RASAPI32] Add stub for RasGetConnectionStatistics
See CORE-10426
This commit is contained in:
parent
456e2192b7
commit
e7485ea00c
@ -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;
|
||||
}
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user