Accessing registry key from NDIS miniport driver

Hello guys
Can we do a registry read and write operation dynamically from miniport driver.
I knew that we can do a registry key read operation in MiniportInitialize() function.
Is there any limitations ?
Basically, I need my NDIS miniport driver to update one of its registry key periodically.
Is it possible ? Any limitations ?

Thaks
Raja M Narayanasamy

Hi,Narayanasamy, Raja M

I think you can access registry in any thread that run in PASSIVE_LEAVEL.

======= 2003-06-30 16:35:00 You wrote=======

Hello guys
Can we do a registry read and write operation dynamically from miniport driver.
I knew that we can do a registry key read operation in MiniportInitialize() function.
Is there any limitations ?
Basically, I need my NDIS miniport driver to update one of its registry key periodically.
Is it possible ? Any limitations ?

Thaks
Raja M Narayanasamy


You are currently subscribed to ntdev as: xxxxx@sinfors.com.cn
To unsubscribe send a blank email to xxxxx@lists.osr.com

= = = = = = = = = = = = = = = = = = = =

Crasher Guo
xxxxx@sinfors.com.cn
2003-07-01