Share via


IOCTL_NDISUIO_OPEN_WRITE_DEVICE

This IOCTL allows an application to associate a file handle with a network adapter that could not associate through IOCTL_NDISUIO_OPEN_DEVICE. Once this association is made, the application is then allowed to call WriteFile.

Parameters

  • lpInBuffer
    [in] Points to the adapter name that will be associated with the file handle.
  • nInBufferSize
    [in] Size, in bytes, of the buffer pointed to by lpInBuffer.

Requirements

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

See Also

IOCTL_NDISUIO_OPEN_DEVICE | WriteFile

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.