NdisMSetTimer

NdisMSetTimer sets a timer to fire after a specified interval, thereby running an associated MiniportTimer function when the timer fires.

Syntax

VOID NdisMSetTimer(IN PNDIS_MINIPORT_TIMER Timer,
IN UINT
MillisecondsToDelay);

At a Glance

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