NDIS_BIND_FAILED_NOTIFICATION structure (ndis.h)

The NDIS_BIND_FAILED_NOTIFICATION structure describes a binding event failure.

Syntax

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

Members

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.

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.30 and later.
Header ndis.h (include Ndis.h)