IOCTL_NDISUIO_SET_OID_VALUE (Windows Embedded CE 6.0)

1/6/2010

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

Parameters

  • 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

Header ntddndis.h, nuiouser.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Network Driver IOCTLs
IOCTL_NDISUIO_OPEN_DEVICE
NDISUIO_SET_OID
IOCTL_NDISUIO_QUERY_OID_VALUE

Concepts

NDIS Objects