I want to create a C# program to provision Windows Mobile devices. I have found MSDN documentation on a function called DMProcessConfigXML, but no instructions on how to use this function.
How can I use this function in my Windows Mobile app? I suspect it has something to do with using pinvoke.
Thanks,
Paul
From managed code, you can call ConfigurationManager.ProcessConfiguration found in the Microsoft.WindowsMobile.Configuration namespace. msdn Here is sample code:
No need to P/Invoke.