Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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