mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- Export stubs for NdisQueryBindInstanceName and NdisSetPacketPoolProtocolId
svn path=/trunk/; revision=41211
This commit is contained in:
@@ -226,7 +226,7 @@ NdisPacketPoolUsage@4
|
||||
NdisPacketSize@4
|
||||
NdisPciAssignResources@20
|
||||
NdisQueryAdapterInstanceName@8
|
||||
;NdisQueryBindInstanceName?
|
||||
NdisQueryBindInstanceName@8
|
||||
NdisQueryBuffer@12
|
||||
NdisQueryBufferOffset@12
|
||||
NdisQueryBufferSafe@16
|
||||
@@ -254,7 +254,7 @@ NdisSend@12
|
||||
NdisSendPackets@12
|
||||
NdisSetEvent@4
|
||||
NdisSetPacketCancelId@8
|
||||
;NdisSetPacketPoolProtocolId ?
|
||||
NdisSetPacketPoolProtocolId@8
|
||||
;NdisSetProtocolFilter ?
|
||||
NdisSetTimer@8
|
||||
NdisSetupDmaTransfer@24
|
||||
|
||||
@@ -10,6 +10,32 @@
|
||||
|
||||
#include "ndissys.h"
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
NDIS_STATUS
|
||||
EXPORT
|
||||
NdisQueryBindInstanceName(
|
||||
OUT PNDIS_STRING pAdapterInstanceName,
|
||||
IN NDIS_HANDLE BindingContext)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
|
||||
return NDIS_STATUS_FAILURE;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
VOID
|
||||
EXPORT
|
||||
NdisSetPacketPoolProtocolId(
|
||||
IN NDIS_HANDLE PacketPoolHandle,
|
||||
IN UINT ProtocolId)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user