Freigeben über


OID_802_3_DELETE_MULTICAST_ADDRESS (Compact 2013)

3/26/2014

As a set request, NDIS and overlying drivers use this OID to delete a previously added multicast address from the multicast address list of a miniport adapter. For more information about how to add a multicast address, see the OID_802_3_ADD_MULTICAST_ADDRESS OID.

Remarks

If a miniport driver does not support this OID, the driver should return NDIS_STATUS_NOT_SUPPORTED. A miniport driver that does not support this OID must not support the OID_802_3_ADD_MULTICAST_ADDRESS OID.

The overlying driver can add a given multicast address multiple times. If NDIS succeeds the first add request for a given multicast address, NDIS will succeed all subsequent add requests for that address. To delete a multicast address that was added multiple times, the overlying driver must delete the address the same number of times that it added the address.

NDIS sends the miniport driver one request to delete a given address for an adapter, regardless of the number of delete requests that NDIS receives from overlying drivers.

Requirements

Header

ntddndis.h

See Also

Reference

NDIS 6.0 IEEE 802.3 OIDs
OID_802_3_ADD_MULTICAST_ADDRESS