com.jniwrapper.win32.ole.impl
Class IOleInPlaceObjectImpl
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.win32.com.impl.IUnknownImpl
com.jniwrapper.win32.ole.impl.IOleWindowImpl
com.jniwrapper.win32.ole.impl.IOleInPlaceObjectImpl
- All Implemented Interfaces:
- AutoDeleteParameter, PointerParameter, IUnknown, IOleInPlaceObject, IOleWindow
public class IOleInPlaceObjectImpl
- extends IOleWindowImpl
- implements IOleInPlaceObject
Represents COM interface IOleInPlaceObject.
Fields inherited from class com.jniwrapper.Parameter |
V |
Methods inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl |
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, write |
Methods inherited from class com.jniwrapper.Parameter |
, a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
INTERFACE_IDENTIFIER
public static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
IOleInPlaceObjectImpl
public IOleInPlaceObjectImpl()
IOleInPlaceObjectImpl
protected IOleInPlaceObjectImpl(IUnknownImpl that)
throws ComException
- Throws:
ComException
IOleInPlaceObjectImpl
public IOleInPlaceObjectImpl(IUnknown that)
IOleInPlaceObjectImpl
public IOleInPlaceObjectImpl(CLSID clsid,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
IOleInPlaceObjectImpl
public IOleInPlaceObjectImpl(CLSID clsid,
IUnknown pUnkOuter,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
inPlaceDeactivate
public void inPlaceDeactivate()
throws ComException
- Specified by:
inPlaceDeactivate
in interface IOleInPlaceObject
- Throws:
ComException
UIDeactivate
public void UIDeactivate()
throws ComException
- Specified by:
UIDeactivate
in interface IOleInPlaceObject
- Throws:
ComException
setObjectRects
public void setObjectRects(Rect lprcPosRect,
Rect lprcClipRect)
throws ComException
- Specified by:
setObjectRects
in interface IOleInPlaceObject
- Parameters:
lprcPosRect
- [in]
lprcClipRect
- [in]
- Throws:
ComException
reactivateAndUndo
public void reactivateAndUndo()
throws ComException
- Specified by:
reactivateAndUndo
in interface IOleInPlaceObject
- Throws:
ComException
getIID
public IID getIID()
- Overrides:
getIID
in class IOleWindowImpl
clone
public java.lang.Object clone()
- Overrides:
clone
in class IOleWindowImpl