com.jniwrapper.win32.ole.impl
Class IOleCommandTargetImpl
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.win32.com.impl.IUnknownImpl
com.jniwrapper.win32.ole.impl.IOleCommandTargetImpl
- All Implemented Interfaces:
- AutoDeleteParameter, PointerParameter, IUnknown, IOleCommandTarget
public class IOleCommandTargetImpl
- extends IUnknownImpl
- implements IOleCommandTarget
Represents COM interface IOleCommandTarget.
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
IOleCommandTargetImpl
public IOleCommandTargetImpl()
IOleCommandTargetImpl
protected IOleCommandTargetImpl(IUnknownImpl that)
throws ComException
- Throws:
ComException
IOleCommandTargetImpl
public IOleCommandTargetImpl(IUnknown that)
IOleCommandTargetImpl
public IOleCommandTargetImpl(CLSID clsid,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
IOleCommandTargetImpl
public IOleCommandTargetImpl(CLSID clsid,
IUnknown pUnkOuter,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
queryStatus
public void queryStatus(GUID pguidCmdGroup,
Int32 cCmds,
OleCmd prgCmds,
OleCmdText pCmdText)
throws ComException
- Specified by:
queryStatus
in interface IOleCommandTarget
- Parameters:
pguidCmdGroup
- [in]
cCmds
- [in]
prgCmds
- [in,out]
pCmdText
- [in,out]
- Throws:
ComException
exec
public void exec(GUID pguidCmdGroup,
Int32 nCmdID,
OleCmdExecOpt nCmdexecopt,
Variant pvaIn,
Variant pvaOut)
throws ComException
- Specified by:
exec
in interface IOleCommandTarget
- Parameters:
pguidCmdGroup
- [in]
nCmdID
- [in]
nCmdexecopt
- [in]
pvaIn
- [in]
pvaOut
- [in,out]
- Throws:
ComException
getIID
public IID getIID()
- Overrides:
getIID
in class IUnknownImpl
clone
public java.lang.Object clone()
- Overrides:
clone
in class IUnknownImpl