ltmmWMProfileManager.SaveProfile Method

Visual Basic Example

Syntax

object.SaveProfile(Profile As ltmmWMProfile) As String

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

Elements:

ltmmWMProfileManager.SystemProfileCount Property, ltmmWMProfileManager.SystemProfileVersion Property, ltmmWMProfileManager.CreateEmptyProfile Method, ltmmWMProfileManager.GetCodecFormat Method, ltmmWMProfileManager.GetCodecFormatCount Method, ltmmWMProfileManager.GetCodecFormatDesc Method, ltmmWMProfileManager.GetCodecInfoCount Method, ltmmWMProfileManager.GetCodecName Method, ltmmWMProfileManager.LoadProfileByData Method, ltmmWMProfileManager.LoadProfileByID Method, ltmmWMProfileManager.LoadSystemProfile Method

Topics:

Multimedia Properties, Methods and Events

 

Windows Media Support