ltmmWMProfileManager.SaveProfile Method
Remarks
Saves a profile to a string buffer, in the form of an XML-formatted string.
The returned string should not be modified directly. To change the profile settings load the saved profile using the ltmmWMProfileManager.LoadProfileByData method and change the settings using the IltmmWMProfile object methods. If you save the string in a file for later use, the file must have a "prx" extension.
For more information, refer to the Microsoft documentation for IWMProfileManager::SaveProfile at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform11/htm/iwmprofilemanagersaveprofile.asp.
See Also