object.LoadProfileByData(Profile As String) As ltmmWMProfile |
Remarks
Creates a profile object and fills it with the data from the passed string. The passed string is an XML-formatted string saved using the ltmmWMProfileManager.SaveProfile method.
This method is used to manipulate custom profiles, while system profiles are accessed using the ltmmWMProfileManager.LoadProfileByID or ltmmWMProfileManager.LoadSystemProfile methods.
For more information, refer to the Microsoft documentation for IWMProfileManager::LoadProfileByData .
Win32, x64
See Also