Componentize a Display Mirror Driver

M

moczar

Hi,

I have a Display Mirror Driver that works fine in W2K or XP
Professional. Now I would like to make a component of it for XPe.

I have problem with the driver's registration in the system.
Does anybody have any hints how to do that in case of XPe?

My problem is that on XP Professional I used setup api to install the
device, but in case of XPe I would like to avoid using it if it is
possible.
On XP I have scanned through the registry what modifications occurred
during the driver installation. Among others I found that the
following registry key was created

HKLM\CurrentControlSet\Control\Class\{4D36E968...}\0001

Under this key some relevant values are created also.

So, I have problem with the number of '0001'. As I guess it gets its
value dynamically based on the fact how many display devices the
system has, so I cant assign them as registry resources to the
component.

Any help would be appreciated!
Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top