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.ComException
IWMProfile loadProfileByID(com.teamdev.jxdesktop.win32.ole.GUID guidProfile) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
IWMProfile loadProfileByData(java.lang.String value) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
int saveProfile(IWMProfile profile, com.jniwrapper.WideString profileData) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
int getSystemProfileCount() throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException
IWMProfile loadSystemProfile(int profileIndex) throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException