Re: how can i use the timer?

Yes. Just do it correctly.

Some of the miniport driver samples on the DDK illustrate using NDIS timers.
Look at them for help.

Good luck,

Thomas F. Divine

PCAUSA - Tools & Resources For Network Software Developers
NDIS Protocol/Intermediate/Hooking - TDI Client/Filter
http: - http:

“zxm” <square_79> wrote in message news:xxxxx@ntdev…
>
> I use ndisinitialtimer in the NDIS Intermediate Drivers,but computer dead
right now.
> Is there any method to use the timer in the NDIS I ntermediate Drivers?
>
>
>
> ===============================================
> TOM ¶ÌÐÅ·þÎñ http://sms.tom.com
>
> ŵ»ùÑÇÁåÉù http://sms.tom.com/index2.php?inc=3&amp;type=24
> ĦÍÐÂÞÀ­ÁåÉù http://sms.tom.com/index2.php?inc=3&amp;type=26
> Î÷ÃÅ×ÓÁåÉù http://sms.tom.com/index2.php?inc=3&amp;type=25
>
> ŵ»ùÑÇСͼ http://sms.tom.com/index2.php?inc=2
> ŵ»ùÑÇ´óͼ http://sms.tom.com/index2.php?inc=2&amp;type=3740
> Î÷ÃÅ×ÓͼƬ http://sms.tom.com/index2.php?inc=2&amp;type=30
>
> ÊÖ»úµã¸è http://sms.tom.com/index2.php?inc=song
> ===============================================
>
></square_79></http:></http:>

Note that there are two versions of the timer functions: one for
miniports (they have an ‘M’ in the name) and one for protocols. IMs
can use both but it’s usually a better idea to use the protocol ones,
ie. NdisInitializeTimer() instead of NdisMInitializeTimer() etc.

Stephan

On Sun, 24 Mar 2002 22:16:49 -0500, “Thomas F. Divine”
wrote:

>
>Yes. Just do it correctly.
>
>Some of the miniport driver samples on the DDK illustrate using NDIS timers.
>Look at them for help.
>
>Good luck,
>–
>Thomas F. Divine
>
>PCAUSA - Tools & Resources For Network Software Developers
>NDIS Protocol/Intermediate/Hooking - TDI Client/Filter
>http: - http:
>
>“zxm” <square_79> wrote in message news:xxxxx@ntdev…
>>
>> I use ndisinitialtimer in the NDIS Intermediate Drivers,but computer dead
>right now.
>> Is there any method to use the timer in the NDIS I ntermediate Drivers?
>>
>>
>>
>> ===============================================
>> TOM ¶ÌÐÅ·þÎñ http://sms.tom.com
>>
>> ŵ»ùÑÇÁåÉù http://sms.tom.com/index2.php?inc=3&amp;type=24
>> ĦÍÐÂÞÀ­ÁåÉù http://sms.tom.com/index2.php?inc=3&amp;type=26
>> Î÷ÃÅ×ÓÁåÉù http://sms.tom.com/index2.php?inc=3&amp;type=25
>>
>> ŵ»ùÑÇСͼ http://sms.tom.com/index2.php?inc=2
>> ŵ»ùÑÇ´óͼ http://sms.tom.com/index2.php?inc=2&amp;type=3740
>> Î÷ÃÅ×ÓͼƬ http://sms.tom.com/index2.php?inc=2&amp;type=30
>>
>> ÊÖ»úµã¸è http://sms.tom.com/index2.php?inc=song
>> ===============================================</square_79></http:></http:>