OID_NDK_CONNECTIONS

As a query, NDIS and overlying drivers or user-mode applications use the OID_NDK_CONNECTIONS OID to query the list of active Network Direct connections from the miniport adapter.

NDIS 6.30 and later miniport drivers that provide NDK services must support this OID. Otherwise, this OID is optional.

Remarks

NDIS issues this OID to obtain the list of active Network Direct connections from an adapter. The adapter must return the list of connections with the NDIS_NDK_CONNECTIONS structure at the InformationBuffer member of the NDIS_OID_REQUEST structure.

This structure is variable-sized based on the number of connections that are returned. The size of the connection array, as element count, is specified in the Count member.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows ServerĀ 2012

Version

Supported in NDIS 6.30 and later.

Header

Ntddndis.h (include Ndis.h)

See also

NDIS_NDK_CONNECTIONS

NDIS_OID_REQUEST