IOCTL_NDIS_GET_ADAPTER_BINDINGS (Windows Embedded CE 6.0)
1/6/2010
This CE-specific NDIS DeviceIoControl request is used to retrieve the names of the protocol drivers to which an adapter is bound.
Parameters
- lpInBuffer
Pointer to a wide character, null terminated string that is the name of the adapter for which to retrieve binding information.
- nInBufferSize
Size in bytes of the lpInBuffer string, including the null terminator.
- lpOutBuffer
Pointer to a buffer to receive the retrieved list of protocol driver names to which the adapter is bound. The list will be a wide character multi-string.
- nOutBufferSize
Size in bytes of the lpOutBuffer string.
- lpBytesReturned
Pointer to DWORD in which to store the number of bytes in the returned multi-string.
Requirements
Header | ndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |