Microsoft Windows CE 3.0  

NdisDeregisterAdapter

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This function tells NDIS to destroy a new device instance.

VOID NdisDeregisterAdapter(
OUT PNDIS_STATUS
Status
,
OUT PWSTR
AdapterInstanceName
);

Parameters

Status
[out] On return, contains the status of the operation.
AdapterInstanceName
[out] The NULL-terminated name of the adapter instance to delete.

Return Values

None.

Remarks

NdisDeregisterAdaptercan be used to delete a device instance previously created with NdisRegisterAdapter.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 and later   Ndis.h  

See Also

NdisRegisterAdapter



 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.