NdisMIndicateStatusComplete notifies NDIS (or NDISWAN) that the NIC driver, which has called NdisMIndicateStatus one or more times to indicate hardware anomalies or runtime state changes in the NIC, is ready to resume normal device I/O operations.
VOID NdisMIndicateStatusComplete(
IN NDIS_HANDLE MiniportAdapterHandle);
Header File: | Ndis.h |
Module: | Nk |
Platforms: | |
Versions: | 2.0 and later |
Complete Documentation: | Windows NT Device Driver Kit |