Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function tells NDIS to destroy a new device instance.
VOID NdisDeregisterAdapter(PNDIS_STATUSStatus,PWSTR AdapterInstanceName);
Parameters
- Status
[out] On return, contains the status of the operation. - AdapterInstanceName
[in] The NULL-terminated name of the adapter instance to delete.
Return Values
None.
Remarks
NdisDeregisterAdapter can be used to delete a device instance previously created with NdisRegisterAdapter.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib
See Also
IOCTL_NDIS_REGISTER_ADAPTER | DeviceIoControl | NdisRegisterAdapter
Send Feedback on this topic to the authors