NDIS_BIND_FAILED_NOTIFICATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

typedef struct _NDIS_BIND_FAILED_NOTIFICATION {
  NDIS_OBJECT_HEADER Header;
  NET_LUID           MiniportNetLuid;
} NDIS_BIND_FAILED_NOTIFICATION, *PNDIS_BIND_FAILED_NOTIFICATION;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndis-_ndis_bind_failed_notification)

_NDIS_BIND_FAILED_NOTIFICATION structure

Description

The NDIS_BIND_FAILED_NOTIFICATION structure describes a binding event failure.

Members

The NDIS_OBJECT_HEADER structure for the NDIS_BIND_FAILED_NOTIFICATION structure. NDIS sets the Type member of the structure that Header specifies to NDIS_OBJECT_TYPE_DEFAULT, the Revision member to NDIS_BIND_FAILED_NOTIFICATION_REVISION_1, and the Size member to NDIS_SIZEOF_NDIS_BIND_FAILED_NOTIFICATION_REVISION_1.

MiniportNetLuid

The NDIS network interface name (ifName in RFC 2863) of the miniport adapter.