NdisMSetPeriodicTimer sets a timer to fire periodically, thereby running an associated MiniportTimer function repeatedly at fixed intervals.
VOID NdisMSetPeriodicTimer(IN PNDIS_MINIPORT_TIMER Timer,
IN UINT MillisecondsPeriod);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |