public interface IWMProfileManager
extends com.teamdev.jxdesktop.win32.com.IUnknown
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
IWMProfile |
createEmptyProfile(WmtVersion version) |
int |
getSystemProfileCount() |
IWMProfile |
loadProfileByData(java.lang.String value) |
IWMProfile |
loadProfileByID(com.teamdev.jxdesktop.win32.ole.GUID guidProfile) |
IWMProfile |
loadSystemProfile(int profileIndex) |
int |
saveProfile(IWMProfile profile,
com.jniwrapper.WideString profileData) |
static final java.lang.String INTERFACE_IDENTIFIER
IWMProfile createEmptyProfile(WmtVersion version) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionIWMProfile loadProfileByID(com.teamdev.jxdesktop.win32.ole.GUID guidProfile) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionIWMProfile loadProfileByData(java.lang.String value) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionint saveProfile(IWMProfile profile, com.jniwrapper.WideString profileData) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionint getSystemProfileCount()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionIWMProfile loadSystemProfile(int profileIndex) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException