Can anyone tell me what is the method of persisting data for kernel
parameters?
Is it the registry? Is it based on normal files?
Thx,
Nuno
--
Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
"sinosoidal" <sinos...@discussions.microsoft.com> wrote in message
news:A45EB006-372C-4D51...@microsoft.com...
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4725 (20091229) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4725 (20091229) __________
The message was checked by ESET NOD32 Antivirus.
IoOpenDeviceRegistryKey for PnP drivers.
--
Maxim S. Shatskih
Windows DDK MVP
ma...@storagecraft.com
http://www.storagecraft.com
He said driver which should be <registry key param to
DriverEntry>\Paramters. IoOpenDeviceRegistryKey is correct for a specifc
instance of a device, but the OP's question appeard to be towards global
parameters for the driver.
--
Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
"Maxim S. Shatskih" <ma...@storagecraft.com.no.spam> wrote in message
news:Ov%23tIaJi...@TK2MSFTNGP06.phx.gbl...
> Is it the registry?
IoOpenDeviceRegistryKey for PnP drivers.
Thx for your reply.
Is there any sample in DDK or place in the web that i can see an example of
how to use that functionalities?
Thanks,
Nuno
"Don Burn" wrote:
> .
>
--
Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"sinosoidal" <sinos...@discussions.microsoft.com> wrote in message
news:5CFE5FEB-35A1-40E6...@microsoft.com...
Both. If you use files, they shoud be stored under SystemRoot,
preferably in same system32\drivers directory with the driver binaries.
--pa