// 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
No description available.
The NDIS_BIND_FAILED_NOTIFICATION structure describes a binding event failure.
Header
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.