com.jniwrapper.win32.ole
Interface IOleLink
- All Superinterfaces:
- AutoDeleteParameter, IUnknown
- All Known Implementing Classes:
- IOleLinkImpl
public interface IOleLink
- extends IUnknown
This interface allows containers to contain linked objects.
- See Also:
- Microsoft
COM SDK documentation
INTERFACE_IDENTIFIER
static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
setUpdateOptions
void setUpdateOptions(OleUpdate dwUpdateOpt)
throws ComException
- Parameters:
dwUpdateOpt
- [in]
- Throws:
ComException
getUpdateOptions
OleUpdate getUpdateOptions()
throws ComException
- Throws:
ComException
setSourceMoniker
void setSourceMoniker(IMoniker pmk,
CLSID rclsid)
throws ComException
- Parameters:
pmk
- [in]
rclsid
- [in]
- Throws:
ComException
getSourceMoniker
IMoniker getSourceMoniker()
throws ComException
- Throws:
ComException
setSourceDisplayName
void setSourceDisplayName(OleStr pszStatusText)
throws ComException
- Parameters:
pszStatusText
- [in]
- Throws:
ComException
getSourceDisplayName
OleStr getSourceDisplayName()
throws ComException
- Throws:
ComException
bindToSource
void bindToSource(OleLinkBind bindflags,
IBindCtx pbc)
throws ComException
- Parameters:
bindflags
- [in]
pbc
- [in]
- Throws:
ComException
bindIfRunning
void bindIfRunning()
throws ComException
- Throws:
ComException
getBoundSource
IUnknown getBoundSource()
throws ComException
- Throws:
ComException
unbindSource
void unbindSource()
throws ComException
- Throws:
ComException
update
void update(IBindCtx pbc)
throws ComException
- Parameters:
pbc
- [in]
- Throws:
ComException