NdisDeregisterAdapter

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

NdisDeregisterAdapter can 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

© 1992-2000 Microsoft Corporation. All rights reserved.