NdisReset

NdisReset forwards a reset request to an underlying driver.

Syntax

VOID NdisReset(OUT PNDIS_STATUS Status,
IN NDIS_HANDLE
NdisBindingHandle);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit

Remarks

The Windows CE version of NdisReset always forwards reset requests to the underlying driver without waiting until the driver's internal queues have been cleared.