Possible?

G

Guest

Hi,

Would it be possible to read desktop computer registry value from Pocket PC
in Sync?
RegConnectRegistry seems to be a function that I can use for this purpose.
So to use this function from PDA, I declared the function like this..

[DllImport("coredll.dll")]
private static extern int RegConnectRegistry(
String lpMachineName,
uint hKey,
ref uint phkResult
);

However, it throws MissingMethod Exception.

Any other way to read Desktop computer registry value from Pocket PC?
(Again, Reading desktop registry value from Pocket PC)
I guess it would be hard due to security reason, however, I belive that
there is
workaround way to achive this one.......

Anyone has idea about this?

Thanks in advance.

............................................................TJ
 
G

Guest

It's not possible directly. Indirectly, you can create a service that will
read the registry on a desktop and will communicate with the device.
 

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