OID_NDK_LOCAL_ENDPOINTS

As a query, NDIS and overlying drivers or user-mode applications use the OID_NDK_LOCAL_ENDPOINTS OID to the list of active Network Direct listeners and shared endpoints on a 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 listeners and shared endpoints from an adapter. The adapter is required to return the list of listeners and shared endpoints in the NDIS_NDK_LOCAL_ENDPOINTS structure at InformationBuffer member of the NDIS_OID_REQUEST structure.

This structure is variable-sized based on the number of local endpoints that are returned. The size of the local endpoint 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_LOCAL_ENDPOINTS

NDIS_OID_REQUEST