com.jniwrapper.win32.ole
Interface IOleInPlaceSite
- All Superinterfaces:
- AutoDeleteParameter, IOleWindow, IUnknown
- All Known Subinterfaces:
- IOleInPlaceSiteEx
- All Known Implementing Classes:
- IOleInPlaceSiteExImpl, IOleInPlaceSiteImpl, OleClientSiteImpl
public interface IOleInPlaceSite
- extends IOleWindow
This interface enables communication between a client site of an in-place
object and the container.
- See Also:
- Microsoft
COM SDK documentation
INTERFACE_IDENTIFIER
static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
canInPlaceActivate
void canInPlaceActivate()
throws ComException
- Throws:
ComException
onInPlaceActivate
void onInPlaceActivate()
throws ComException
- Throws:
ComException
onUIActivate
void onUIActivate()
throws ComException
- Throws:
ComException
getWindowContext
void getWindowContext(IOleInPlaceFrame ppFrame,
IOleInPlaceUIWindow ppDoc,
Rect lprcPosRect,
Rect lprcClipRect,
OleInplaceFrameInfo lpFrameInfo)
throws ComException
- Parameters:
ppFrame - [out]ppDoc - [out]lprcPosRect - [out]lprcClipRect - [out]lpFrameInfo - [out]
- Throws:
ComException
scroll
void scroll(Int32 scrollX,
Int32 scrollY)
throws ComException
- Parameters:
scrollX - [in]scrollY - [in]
- Throws:
ComException
onUIDeactivate
void onUIDeactivate(VariantBool fUndoable)
throws ComException
- Parameters:
fUndoable - [in]
- Throws:
ComException
onInPlaceDeactivate
void onInPlaceDeactivate()
throws ComException
- Throws:
ComException
discardUndoState
void discardUndoState()
throws ComException
- Throws:
ComException
deactivateAndUndo
void deactivateAndUndo()
throws ComException
- Throws:
ComException
onPosRectChange
void onPosRectChange(Rect lprcPosRect)
throws ComException
- Parameters:
lprcPosRect - [in]
- Throws:
ComException