- Export stubs for NdisQueryBindInstanceName and NdisSetPacketPoolProtocolId

svn path=/trunk/; revision=41211
This commit is contained in:
Cameron Gutman 2009-05-30 22:50:33 +00:00
parent 4b7dc042c1
commit 7d457b6fd5
2 changed files with 28 additions and 2 deletions

View file

@ -226,7 +226,7 @@ NdisPacketPoolUsage@4
NdisPacketSize@4 NdisPacketSize@4
NdisPciAssignResources@20 NdisPciAssignResources@20
NdisQueryAdapterInstanceName@8 NdisQueryAdapterInstanceName@8
;NdisQueryBindInstanceName? NdisQueryBindInstanceName@8
NdisQueryBuffer@12 NdisQueryBuffer@12
NdisQueryBufferOffset@12 NdisQueryBufferOffset@12
NdisQueryBufferSafe@16 NdisQueryBufferSafe@16
@ -254,7 +254,7 @@ NdisSend@12
NdisSendPackets@12 NdisSendPackets@12
NdisSetEvent@4 NdisSetEvent@4
NdisSetPacketCancelId@8 NdisSetPacketCancelId@8
;NdisSetPacketPoolProtocolId ? NdisSetPacketPoolProtocolId@8
;NdisSetProtocolFilter ? ;NdisSetProtocolFilter ?
NdisSetTimer@8 NdisSetTimer@8
NdisSetupDmaTransfer@24 NdisSetupDmaTransfer@24

View file

@ -10,6 +10,32 @@
#include "ndissys.h" #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 * @unimplemented
*/ */