IOCTL_NDIS_LOAD_MINIPORT
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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.