com.jniwrapper.win32.automation.impl
Class ITypeCompImpl

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.win32.com.impl.IUnknownImpl
          extended bycom.jniwrapper.win32.automation.impl.ITypeCompImpl
All Implemented Interfaces:
AutoDeleteParameter, ITypeComp, IUnknown, PointerParameter

public class ITypeCompImpl
extends IUnknownImpl
implements ITypeComp

Represents COM interface ITypeComp


Nested Class Summary
 
Nested classes inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
IUnknownImpl.MemoryBufferImpl
 
Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Fields inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
DebugComfyJ, LICENSE_TYPE, PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
V
 
Constructor Summary
  ITypeCompImpl()
           
  ITypeCompImpl(CLSID clsid, ClsCtx dwClsContext)
           
  ITypeCompImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  ITypeCompImpl(IUnknown that)
           
protected ITypeCompImpl(IUnknownImpl that)
           
 
Method Summary
 void bind(OleStr szName, ULongInt lHashVal, UInt16 wFlags, ITypeInfo typeInfo, DescKind descKind, BindPtr bindPtr)
           
 void bindType(OleStr szName, ULongInt lHashVal, ITypeInfo typeInfo, ITypeComp typeComp)
           
 java.lang.Object clone()
           
 IID getIID()
           
 
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
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

ITypeCompImpl

public ITypeCompImpl()

ITypeCompImpl

protected ITypeCompImpl(IUnknownImpl that)
                 throws ComException

ITypeCompImpl

public ITypeCompImpl(IUnknown that)

ITypeCompImpl

public ITypeCompImpl(CLSID clsid,
                     ClsCtx dwClsContext)
              throws ComException

ITypeCompImpl

public ITypeCompImpl(CLSID clsid,
                     IUnknown pUnkOuter,
                     ClsCtx dwClsContext)
              throws ComException
Method Detail

bind

public final void bind(OleStr szName,
                       ULongInt lHashVal,
                       UInt16 wFlags,
                       ITypeInfo typeInfo,
                       DescKind descKind,
                       BindPtr bindPtr)
                throws ComException
Specified by:
bind in interface ITypeComp
Parameters:
lHashVal - [in]
wFlags - [in]
typeInfo - [out]
descKind - [out]
bindPtr - [out]
Throws:
ComException

bindType

public final void bindType(OleStr szName,
                           ULongInt lHashVal,
                           ITypeInfo typeInfo,
                           ITypeComp typeComp)
                    throws ComException
Specified by:
bindType in interface ITypeComp
Parameters:
szName - [in]
lHashVal - [in]
typeInfo - [out]
typeComp - [out]
Throws:
ComException

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl

clone

public java.lang.Object clone()
Overrides:
clone in class IUnknownImpl