Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure is used by IOCTL_NDISUIO_QUERY_BINDING to obtain information about the network adapter binding.
Syntax
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
| Header | nuiouser.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |