IOCTL_NDIS_DEREGISTER_ADAPTER (Windows Embedded CE 6.0)
1/6/2010
This CE-specific NDIS DeviceIoControl request allows an application have NDIS de-instantiate an adapter previously created with IOCTL_NDIS_REGISTER_ADAPTER.
IOCTL_NDIS_DEREGISTER_ADAPTER is exported in Ndis.h as NdisDeregisterAdapter.
Parameters
- lpInBuffer
Pointer to a wide character, null terminated string that is the name of the adapter to be instantiated.
- nInBufferSize
Size in bytes of the lpInBuffer string, including the null terminator.
Remarks
IOCTL_NDIS_DEREGISTER_ADAPTER is supported only for ISA and PCI devices, not PCMCIA).
Requirements
Header | ndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Network Driver IOCTLs
IOCTL_NDIS_REGISTER_ADAPTER
DeviceIoControl