mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[IPHLPAPI]
* Zap GetIf{Entry,Table}2(). CORE-8081 #resolve svn path=/trunk/; revision=62777
This commit is contained in:
parent
16106afe91
commit
4dbdbdbce8
2 changed files with 0 additions and 31 deletions
|
@ -40,10 +40,8 @@
|
|||
@ stub GetIcmpStatsFromStack
|
||||
@ stub GetIcmpStatsFromStackEx
|
||||
@ stdcall GetIfEntry( ptr )
|
||||
@ stdcall GetIfEntry2( ptr )
|
||||
@ stub GetIfEntryFromStack
|
||||
@ stdcall GetIfTable( ptr ptr long )
|
||||
@ stdcall GetIfTable2(ptr)
|
||||
@ stub GetIfTableFromStack
|
||||
@ stub GetIgmpList
|
||||
@ stdcall GetInterfaceInfo( ptr ptr )
|
||||
|
|
|
@ -2517,35 +2517,6 @@ DWORD WINAPI GetIcmpStatisticsEx(PMIB_ICMP_EX pStats,DWORD dwFamily)
|
|||
return 0L;
|
||||
}
|
||||
|
||||
/******************************************************************
|
||||
* GetIfTable2 (IPHLPAPI.@)
|
||||
*
|
||||
* PARAMS
|
||||
* pIfTable [In/Out]
|
||||
*/
|
||||
|
||||
NETIOAPI_API WINAPI GetIfTable2(PMIB_IF_TABLE2 *pIfTable)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return ERROR_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
/******************************************************************
|
||||
* GetIfEntry2 (IPHLPAPI.@)
|
||||
*
|
||||
* PARAMS
|
||||
* pIfRow [In/Out]
|
||||
*/
|
||||
NETIOAPI_API WINAPI GetIfEntry2(IN OUT PMIB_IF_ROW2 pIfRow)
|
||||
{
|
||||
TRACE("pIfRow %p\n", pIfRow);
|
||||
if (!pIfRow)
|
||||
return ERROR_INVALID_PARAMETER;
|
||||
|
||||
UNIMPLEMENTED;
|
||||
return ERROR_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
DWORD WINAPI
|
||||
SetIpForwardEntryToStack(PMIB_IPFORWARDROW pRoute)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue