com.jniwrapper.win32.ole
Interface IOleClientSite
- All Superinterfaces:
- AutoDeleteParameter, IUnknown
- All Known Implementing Classes:
- IOleClientSiteImpl, OleClientSiteImpl
public interface IOleClientSite
- extends IUnknown
This interface enables communications between an object and its container.
- See Also:
- Microsoft
COM SDK documentation
INTERFACE_IDENTIFIER
static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
saveObject
void saveObject()
throws ComException
- Throws:
ComException
getMoniker
IMoniker getMoniker(OleGetMoniker dwAssign,
OleWhichMk dwWhichMoniker)
throws ComException
- Parameters:
dwAssign
- [in]
dwWhichMoniker
- [in]
- Throws:
ComException
getContainer
IOleContainer getContainer()
throws ComException
- Throws:
ComException
showObject
void showObject()
throws ComException
- Throws:
ComException
onShowWindow
void onShowWindow(VariantBool fShow)
throws ComException
- Parameters:
fShow
- [in]
- Throws:
ComException
requestNewObjectLayout
void requestNewObjectLayout()
throws ComException
- Throws:
ComException