Partager via


IOCTL_NDISUIO_QUERY_BINDING

This IOCTL allows an application to retrieve the name and description of the adapter.

Parameters

  • lpInBuffer
    [in] Points to an NDISUIO_QUERY_BINDING structure plus extra bytes allocated for holding the name and description string. The BindingIndex member in the NDISUIO_QUERY_BINDING structure should hold the adapter index number.
  • nInBufferSize
    [in] Size, in bytes, of the buffer pointed to by lpInBuffer. This should be the same size as the NDISUIO_QUERY_BINDING structure.
  • nOutBufferSize
    [out] Total size of the buffer pointed to by lpInBuffer.
  • lpBytesReturned
    [out] Total bytes used in lpInBuffer.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Nuiouser.h, Ntddndis.h.

See Also

NDISUIO_QUERY_BINDING

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.