EthNoteFilterOpenAdapter

This function is called by the network adapter driver to add a binding filter to the Ethernet filter library database.

BOOLEAN EthNoteFilterOpenAdapter(
IN PETH_FILTER Filter,
IN NDIS_HANDLE MacBindingHandle,
IN NDIS_HANDLE NdisBindingContext,
OUT PNDIS_HANDLE NdisFilterHandle );

Parameters

  • Filter
    Pointer to a previously created and initialized filter library database.
  • MacBindingHandle
    Handle that the network adapter driver associates with the binding.
  • NdisBindingContext
    Specifies the context that the NDIS interface library associates with the binding.
  • NdisFilterHandle
    Pointer to a caller-supplied memory location in which this function returns the handle that the filter library associates with the binding filter.

Return Values

TRUE indicates success. FALSE indicates that the database already contains the maximum number of filters.

Remarks

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.0 and later Ndis.h   Ndislib.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

EthDeleteFilterOpenAdapter

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.