backup registry of smart device from desktop

S

Supriya

Hi,
i am accessing smart device registry from desktop
using rapi.dll(c#). I want to back up the registry.
Is there any API to backup and restore the device
registry remotely.

thanks
supriya
 
G

Guest

No, there are no remote APIs for that. You'd have to either recurse through
the registry and write your own "save" and "restore" routines with the RAPI
registry functions, or create a custom RAPI dll that uses an on-device API
(depends on the platform what's available for doing this) and then use
RapiInvoke to call it.
 

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