com.jniwrapper.win32.ole.impl
Class IOleControlImpl
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.win32.com.impl.IUnknownImpl
com.jniwrapper.win32.ole.impl.IOleControlImpl
- All Implemented Interfaces:
- AutoDeleteParameter, PointerParameter, IUnknown, IOleControl
public class IOleControlImpl
- extends IUnknownImpl
- implements IOleControl
Represents COM interface IOleControl.
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
IOleControlImpl
public IOleControlImpl()
IOleControlImpl
protected IOleControlImpl(IUnknownImpl that)
throws ComException
- Throws:
ComException
IOleControlImpl
public IOleControlImpl(IUnknown that)
IOleControlImpl
public IOleControlImpl(CLSID clsid,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
IOleControlImpl
public IOleControlImpl(CLSID clsid,
IUnknown pUnkOuter,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
getControlInfo
public ControlInfo getControlInfo()
throws ComException
- Specified by:
getControlInfo
in interface IOleControl
- Throws:
ComException
onMnemonic
public void onMnemonic(Msg pMsg)
throws ComException
- Specified by:
onMnemonic
in interface IOleControl
- Parameters:
pMsg
- [in]
- Throws:
ComException
onAmbientPropertyChange
public void onAmbientPropertyChange(DispID dispID)
throws ComException
- Specified by:
onAmbientPropertyChange
in interface IOleControl
- Parameters:
dispID
- [in]
- Throws:
ComException
freezeEvents
public void freezeEvents(VariantBool bFreeze)
throws ComException
- Specified by:
freezeEvents
in interface IOleControl
- Parameters:
bFreeze
- [in]
- Throws:
ComException
getIID
public IID getIID()
- Overrides:
getIID
in class IUnknownImpl
clone
public java.lang.Object clone()
- Overrides:
clone
in class IUnknownImpl