NdisMIndicateStatus indicates changes in the status of a NIC to higher-level NDIS drivers.
VOID NdisMIndicateStatus(IN NDIS_HANDLE MiniportAdapterHandle,
IN NDIS_STATUS GeneralStatus, IN PVOID StatusBuffer,
IN UINT StatusBufferSize);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |