mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:43:09 +00:00
[RASAPI32] Add stub for RasGetConnectionStatistics
See CORE-10426
This commit is contained in:
parent
456e2192b7
commit
e7485ea00c
2 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue