NDISUIO_QUERY_BINDING (Windows CE 5.0)
This structure is used by IOCTL_NDISUIO_QUERY_BINDING to obtain information about the network adapter binding.
typedef struct _NDISUIO_QUERY_BINDING{ULONG BindingIndex;ULONG DeviceNameOffset;ULONG DeviceNameLength;ULONG DeviceDescrOffset;ULONG DeviceDescrLength;} NDISUIO_QUERY_BINDING, *PNDISUIO_QUERY_BINDING;
Members
- BindingIndex
0-based binding number that is the index into the list of bindings that are active at the driver. - DeviceNameOffset
Bytes offset from the beginning of the structure. - DeviceNameLength
Device name length, in bytes. - DeviceDescrOffset
Bytes offset from the beginning of the structure. - DeviceDescrLength
Length of device description, in bytes.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Nuiouser.h.
See Also
Send Feedback on this topic to the authors