public class IWMProfileManagerImpl extends com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl implements IWMProfileManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
| Constructor and Description |
|---|
IWMProfileManagerImpl() |
IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx) |
IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.IUnknown iUnknown,
com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx) |
IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown) |
IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown) |
IWMProfileManagerImpl(com.jniwrapper.Pointer.Void aVoid) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
IWMProfile |
createEmptyProfile(WmtVersion version) |
com.teamdev.jxdesktop.win32.com.types.IID |
getIID() |
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) |
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, writeasReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, writefinalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String INTERFACE_IDENTIFIER
public IWMProfileManagerImpl()
public IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl iUnknown)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.com.IUnknown iUnknown)
public IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMProfileManagerImpl(com.teamdev.jxdesktop.win32.ole.CLSID clsid,
com.teamdev.jxdesktop.win32.com.IUnknown iUnknown,
com.teamdev.jxdesktop.win32.com.types.ClsCtx clsCtx)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMProfileManagerImpl(com.jniwrapper.Pointer.Void aVoid)
public IWMProfile createEmptyProfile(WmtVersion version) throws com.teamdev.jxdesktop.win32.com.ComException
createEmptyProfile in interface IWMProfileManagercom.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMProfile loadProfileByID(com.teamdev.jxdesktop.win32.ole.GUID guidProfile) throws com.teamdev.jxdesktop.win32.com.ComException
loadProfileByID in interface IWMProfileManagercom.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMProfile loadProfileByData(java.lang.String value) throws com.teamdev.jxdesktop.win32.com.ComException
loadProfileByData in interface IWMProfileManagercom.teamdev.jxdesktop.win32.com.ComExceptionpublic int saveProfile(IWMProfile profile, com.jniwrapper.WideString profileData) throws com.teamdev.jxdesktop.win32.com.ComException
saveProfile in interface IWMProfileManagercom.teamdev.jxdesktop.win32.com.ComExceptionpublic int getSystemProfileCount()
throws com.teamdev.jxdesktop.win32.com.ComException
getSystemProfileCount in interface IWMProfileManagercom.teamdev.jxdesktop.win32.com.ComExceptionpublic IWMProfile loadSystemProfile(int profileIndex) throws com.teamdev.jxdesktop.win32.com.ComException
loadSystemProfile in interface IWMProfileManagercom.teamdev.jxdesktop.win32.com.ComExceptionpublic com.teamdev.jxdesktop.win32.com.types.IID getIID()
getIID in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImplpublic java.lang.Object clone()
clone in class com.teamdev.jxdesktop.win32.com.impl.IUnknownImpl