Hi!
I’m using a modified passthru IM driver, and I’d like to use timer both
in the miniport and in the protocol part. The miniport timer should be
initialized in the MiniportInitialize function (miniport.c), but the DDK
doc says nothing about NdisInitializeTimer. From which function in
protocol.c or any other source file shall I call it? My guess would be
ProtocolBindAdapter, but I’m not sure.
Any help would be appreciated. Thanks.
Baki
Baki,
You can call it without much restriction at all. Perhaps you might find
calling it in your ProtocolBindAdapter() routine convenient if that is where
(as in Passthru) the per-binding resources are allocated and initialized.
In other words, your guess is perfectly fine.
Good Luck,
Dave Cattley
Consulting Engineer
Systems Software Development
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Bakonyi Gabor
Sent: Sunday, January 29, 2006 1:14 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] NdisInitializeTimer
Hi!
I’m using a modified passthru IM driver, and I’d like to use timer both in
the miniport and in the protocol part. The miniport timer should be
initialized in the MiniportInitialize function (miniport.c), but the DDK doc
says nothing about NdisInitializeTimer. From which function in protocol.c or
any other source file shall I call it? My guess would be
ProtocolBindAdapter, but I’m not sure.
Any help would be appreciated. Thanks.
Baki
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@msn.com
To unsubscribe send a blank email to xxxxx@lists.osr.com