Re: how to load in a build in driver whose index is greater 10 in Windows CE
- From: "Steve Maillet \(eMVP\)" <nospam1@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Dec 2006 14:28:09 -0500
So, if the index is greater than 9, I can't call RegQueryValueEx( hKey,
TEXT("Name"), NULL, &dwValType, (LPBYTE) szName, &dwSize) ;
Where is the "Name" subkey?The "name" value only applies to legacy names (e.g. VCA0:-VCA9:) for devices
accessed bia the $device space you don't have a name entry. Drivers should
not rely on information stored in the active key directly. It should be
considered internal to the device manager. Some is available via defined
APIs but ultimately the actual names and values are all subject to change.
--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com
.
- References:
- how to load in a build in driver whose index is greater 10 in Windows CE
- From: suqian99
- Re: how to load in a build in driver whose index is greater 10 in Windows CE
- From: Steve Schrock [MS]
- Re: how to load in a build in driver whose index is greater 10 in Windows CE
- From: suqian99
- Re: how to load in a build in driver whose index is greater 10 in Windows CE
- From: Bruce Eitman [eMVP]
- Re: how to load in a build in driver whose index is greater 10 in Windows CE
- From: suqian99
- Re: how to load in a build in driver whose index is greater 10 in Windows CE
- From: Paul G. Tobey [eMVP]
- Re: how to load in a build in driver whose index is greater 10 in Windows CE
- From: suqian99
- Re: how to load in a build in driver whose index is greater 10 in Windows CE
- From: Paul G. Tobey [eMVP]
- Re: how to load in a build in driver whose index is greater 10 in Windows CE
- From: suqian99
- how to load in a build in driver whose index is greater 10 in Windows CE
- Prev by Date: Re: how to load in a build in driver whose index is greater 10 in Windows CE
- Next by Date: Re: how to load in a build in driver whose index is greater 10 in Windows CE
- Previous by thread: Re: how to load in a build in driver whose index is greater 10 in Windows CE
- Next by thread: Re: how to load in a build in driver whose index is greater 10 in Windows CE
- Index(es):