I am trying to use eVC++ 3.0's Remote Registry Editor to
create registry subkeys for my WinCE v3.0 NDIS protocol
driver DLL. But not successful.
The MSDN WinCE 3.0 document(Protocol-Driver Initialization
section) says that users must set the registry values for
the following registry key:
HKEY_LOCAL_MACHINE\Drivers\BuiltIn\MyDriver
Subkey DLL "Mydriver.dll"
Order dword:3
Keep dword:1
Entry MyDriverInitialize
The following were my detailed creation steps:
Tools
Remote Registry Editor
My Computer
HKEY_LOCAL_MICHINE
Edit
New
Key
Drivers --- I typed in the string for subkey here
OK
"Registry Error - Unable to create specified key."
However, creating the subkey "Drivers" under
\HKEY_LOCAL_MICHINE\SYSTEM or \HKEY_LOCAL_MICHINE\SOFTWARE
seems OK. This results in different subkey's tree
structure though.
Has anyone seen this problem before? What is the best way
to create and set the NDIS protocol driver's registry
subkeys and values?
Regards,
Gordon