IOCTL_NDISUIO_QUERY_OID_VALUE
This IOCTL allows an application to query an object identifier (OID) of a miniport.
Parameters
- lpInBuffer
[in] Points to an NDISUIO_QUERY_OID structure. - nInBufferSize
[in] Should be the size of the NDISUIO_QUERY_OID structure. - nOutBufferSize
[out] Total size of the buffer pointed to by lpInBuffer.
Remarks
For an application that has successfully called IOCTL_NDISUIO_OPEN_DEVICE, the ptcDeviceName entry of NDISUIO_QUERY_OID may be NULL because the file handle has been associated with the adapter. Otherwise, ptcDeviceName must point to the buffer containing the adapter instance name to query the OID.
The Oid member in the NDISUIO_QUERY_OID structure contains the NDIS object identifier value to query.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Nuiouser.h, Ntddndis.h.
See Also
NDIS Objects | NDISUIO_QUERY_OID | IOCTL_NDISUIO_OPEN_DEVICE
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.