Share via


IOCTL_NDIS_LOAD_MINIPORT (Windows Embedded CE 6.0)

1/6/2010

This CE-specific NDIS DeviceIoControl request is used to load a miniport driver, but not create any adapter instances. This can be useful when registering an intermediate driver that will be dynamically instantiating adapter instances. Prior to invoking this DeviceIoControl, the registry settings for the miniport driver must be set up.

Parameters

  • lpInBuffer
    Pointer to a wide character, null terminated string that is the name of the miniport driver.
  • nInBufferSize
    Size in bytes of the lpInBuffer string, including the null terminator.

Requirements

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Network Driver IOCTLs
DeviceIoControl