public interface IConfigAsfWriter
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 |
|---|---|
void |
configureFilterUsingProfile(com.teamdev.jxdesktop.win32.com.IUnknown WMProfile) |
void |
configureFilterUsingProfileGuid(com.teamdev.jxdesktop.win32.ole.GUID guid) |
void |
configureFilterUsingProfileId(int profileID) |
com.teamdev.jxdesktop.win32.com.IUnknown |
getCurrentProfile() |
com.teamdev.jxdesktop.win32.ole.GUID |
getCurrentProfileGuid() |
int |
getCurrentProfileId() |
boolean |
getIndexMode() |
void |
setIndexMode(boolean indexFile) |
static final java.lang.String INTERFACE_IDENTIFIER
void configureFilterUsingProfileId(int profileID)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionint getCurrentProfileId()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid configureFilterUsingProfileGuid(com.teamdev.jxdesktop.win32.ole.GUID guid)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.teamdev.jxdesktop.win32.ole.GUID getCurrentProfileGuid()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid configureFilterUsingProfile(com.teamdev.jxdesktop.win32.com.IUnknown WMProfile)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptioncom.teamdev.jxdesktop.win32.com.IUnknown getCurrentProfile()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid setIndexMode(boolean indexFile)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionboolean getIndexMode()
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException