NdisMSetTimer sets a timer to fire after a specified interval, thereby running an associated MiniportTimer function when the timer fires.
VOID NdisMSetTimer(IN PNDIS_MINIPORT_TIMER Timer,
IN UINT MillisecondsToDelay);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |