NdisDeregisterAdapter (Windows Embedded CE 6.0)
1/6/2010
This function tells NDIS to destroy a new device instance.
Syntax
VOID NdisDeregisterAdapter(
PNDIS_STATUS Status,
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 Value
None.
Remarks
NdisDeregisterAdapter can be used to delete a device instance previously created with NdisRegisterAdapter.
Requirements
Header | ndis.h |
Library | ndis.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Library Functions
IOCTL_NDIS_REGISTER_ADAPTER
DeviceIoControl
NdisRegisterAdapter