IOCTL_NDIS_LOAD_MINIPORT (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.

See Also

DeviceIoControl

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.