Previous | Next |
In addition to the methods inherited from IUnknown, the IWMProfileManager interface exposes the following methods.
Method | Description |
CreateEmptyProfile | Creates a new, empty profile. |
GetSystemProfileCount | Retrieves the number of profiles. |
LoadProfileByData | Loads a profile from a stored string. |
LoadProfileByID | Loads a profile identified by its GUID. |
LoadSystemProfile | Loads a system profile identified by its index. |
SaveProfile | Saves a profile into a string. |
Previous | Next |