NdisMSetPeriodicTimer

NdisMSetPeriodicTimer sets a timer to fire periodically, thereby running an associated MiniportTimer function repeatedly at fixed intervals.

Syntax

VOID NdisMSetPeriodicTimer(IN PNDIS_MINIPORT_TIMER Timer,
IN UINT
MillisecondsPeriod);

At a Glance

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