Skip to content

Latest commit

 

History

History
107 lines (73 loc) · 4.88 KB

ns-ndis-_ndis_miniport_adapter_ndk_attributes.md

File metadata and controls

107 lines (73 loc) · 4.88 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ndis._NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
_NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES (ndis.h)
The NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES structure specifies the NDK-capabilities of a miniport adapter. This structure is used in the NDKAttributes member of the NDIS_MINIPORT_ADAPTER_ATTRIBUTES union.
netvista\ndis_miniport_adapter_ndk_attributes.htm
netvista
05/02/2018
NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES structure
*PNDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES, NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES, NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES structure [Network Drivers Starting with Windows Vista], PNDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES, PNDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES structure pointer [Network Drivers Starting with Windows Vista], _NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES, ndis/NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES, ndis/PNDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES, netvista.ndis_miniport_adapter_ndk_attributes
ndis.h
Ndis.h
Windows
None supported,Supported in NDIS 6.30 and later.
Windows Server 2012
Windows
NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES, *PNDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
_NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
ndis/_NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
PNDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
ndis/PNDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
ndis/NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
APIRef
kbSyntax
HeaderDef
ndis.h
_NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
PNDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES
NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES

_NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES structure

-description

The NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES structure specifies the NDK-capabilities of a miniport adapter. This structure is used in the NDKAttributes member of the NDIS_MINIPORT_ADAPTER_ATTRIBUTES union.

-struct-fields

-field Header

A NDIS_OBJECT_HEADER structure that describes this NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES structure.

Set the members of the NDIS_OBJECT_HEADER structure as follows:

  • Set the Type member to NDIS_OBJECT_TYPE_MINIPORT_ADAPTER_NDK_ATTRIBUTES.
  • Set the Revision member to NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES_REVISION_1.
  • Set the Size member to NDIS_SIZEOF_MINIPORT_ADAPTER_NDK_ATTRIBUTES_REVISION_1.

-field Enabled

If the miniport adapter's NDK functionality is enabled, this member is TRUE. Otherwise, it is FALSE.

-field NdkCapabilities

A pointer to an NDIS_NDK_CAPABILITIES structure that specifies the capabilities of an NDK adapter.

-remarks

An NDK-capable adapter must indicate its NDK capabilities in its MiniportInitializeEx function, even if its NDK functionality is currently disabled.

To report its NDK capabilities, the miniport adapter stores an NDIS_MINIPORT_ADAPTER_NDK_ATTRIBUTES structure in the NDKAttributes member of the NDIS_MINIPORT_ADAPTER_ATTRIBUTES union and passes the NDIS_MINIPORT_ADAPTER_ATTRIBUTES union to the NdisMSetMiniportAttributes function. For more information, see Initializing an NDK Miniport Adapter.

-see-also

Initializing an NDK Miniport Adapter

MiniportInitializeEx

NDIS_MINIPORT_ADAPTER_ATTRIBUTES

NDIS_NDK_CAPABILITIES

NDIS_OBJECT_HEADER

NdisMSetMiniportAttributes