IOCTL_NDISUIO_SET_OID_VALUE

This IOCTL allows an application to set an OID of a miniport.

Parameters

  • lpInBuffer
    [in] Points to an NDISUIO_SET_OID structure.
  • nInBufferSize
    [in] Size of the NDISUIO_SET_OID structure pointed to by lpInBuffer.

Remarks

In an application that has successfully called IOCTL_NDISUIO_OPEN_DEVICE, the file handle is associated with the adapter. In this case, the ptcDeviceName member entry of NDISUIO_SET_OID may be NULL. Otherwise, ptcDeviceName must point to the buffer containing the adapter instance name to set the OID.

The Oid member in NDISUIO_SET_OID contains the NDIS OIDs value to query.

Requirements

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

See Also

NDIS Objects | IOCTL_NDISUIO_OPEN_DEVICE | NDISUIO_SET_OID | IOCTL_NDISUIO_QUERY_OID_VALUE

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.