Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 356 of file time.c.
{ NDIS_DbgPrint(MAX_TRACE, ("Called. Timer is: 0x%x, Timeout is: %ld, FunctionContext is: 0x%x\n", Timer, MillisecondsToDelay, FunctionContext)); Timer->Dpc.DeferredContext = FunctionContext; NdisSetTimer(Timer, MillisecondsToDelay); }