com.jniwrapper.win32.automation
Interface ITypeComp
- All Superinterfaces:
- AutoDeleteParameter, IUnknown
- All Known Implementing Classes:
- ITypeCompImpl
- public interface ITypeComp
- extends IUnknown
This interface retrieves information for binding and instantiating interfaces
or structures.
- See Also:
- Microsoft
Automation SDK documentation
INTERFACE_IDENTIFIER
public static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
bind
public void bind(OleStr szName,
ULongInt lHashVal,
UInt16 wFlags,
ITypeInfo ppTInfo,
DescKind pDescKind,
BindPtr pBindPtr)
throws ComException
- Parameters:
lHashVal - [in]wFlags - [in]ppTInfo - [out]pDescKind - [out]pBindPtr - [out]
- Throws:
ComException
bindType
public void bindType(OleStr szName,
ULongInt lHashVal,
ITypeInfo ppTInfo,
ITypeComp ppTComp)
throws ComException
- Parameters:
szName - [in]lHashVal - [in]ppTInfo - [out]ppTComp - [out]
- Throws:
ComException