Package com.sun.jna.platform.win32.COM
Interface ITypeLib
- 
- All Superinterfaces:
- IUnknown
 - All Known Implementing Classes:
- TypeLib,- TypeLib.ByReference
 
 public interface ITypeLib extends IUnknown Wrapper class for the ITypeLib interface.- Author:
- Tobias Wolf, wolf.tobias@gmx.net
 
- 
- 
Field Summary- 
Fields inherited from interface com.sun.jna.platform.win32.COM.IUnknownIID_IUNKNOWN
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WinNT.HRESULTFindName(WTypes.LPOLESTR szNameBuf, WinDef.ULONG lHashVal, Pointer[] ppTInfo, OaIdl.MEMBERID[] rgMemId, WinDef.USHORTByReference pcFound)WinNT.HRESULTGetDocumentation(int index, WTypes.BSTRByReference pBstrName, WTypes.BSTRByReference pBstrDocString, WinDef.DWORDByReference pdwHelpContext, WTypes.BSTRByReference pBstrHelpFile)WinNT.HRESULTGetLibAttr(PointerByReference ppTLibAttr)WinNT.HRESULTGetTypeComp(PointerByReference ppTComp)WinNT.HRESULTGetTypeInfo(WinDef.UINT index, PointerByReference pTInfo)WinDef.UINTGetTypeInfoCount()WinNT.HRESULTGetTypeInfoOfGuid(Guid.GUID guid, PointerByReference pTinfo)WinNT.HRESULTGetTypeInfoType(WinDef.UINT index, OaIdl.TYPEKIND.ByReference pTKind)WinNT.HRESULTIsName(WTypes.LPOLESTR szNameBuf, WinDef.ULONG lHashVal, WinDef.BOOLByReference pfName)voidReleaseTLibAttr(OaIdl.TLIBATTR pTLibAttr)- 
Methods inherited from interface com.sun.jna.platform.win32.COM.IUnknownAddRef, QueryInterface, Release
 
- 
 
- 
- 
- 
Method Detail- 
GetTypeInfoCountWinDef.UINT GetTypeInfoCount() 
 - 
GetTypeInfoWinNT.HRESULT GetTypeInfo(WinDef.UINT index, PointerByReference pTInfo) 
 - 
GetTypeInfoTypeWinNT.HRESULT GetTypeInfoType(WinDef.UINT index, OaIdl.TYPEKIND.ByReference pTKind) 
 - 
GetTypeInfoOfGuidWinNT.HRESULT GetTypeInfoOfGuid(Guid.GUID guid, PointerByReference pTinfo) 
 - 
GetLibAttrWinNT.HRESULT GetLibAttr(PointerByReference ppTLibAttr) 
 - 
GetTypeCompWinNT.HRESULT GetTypeComp(PointerByReference ppTComp) 
 - 
GetDocumentationWinNT.HRESULT GetDocumentation(int index, WTypes.BSTRByReference pBstrName, WTypes.BSTRByReference pBstrDocString, WinDef.DWORDByReference pdwHelpContext, WTypes.BSTRByReference pBstrHelpFile) 
 - 
IsNameWinNT.HRESULT IsName(WTypes.LPOLESTR szNameBuf, WinDef.ULONG lHashVal, WinDef.BOOLByReference pfName) 
 - 
FindNameWinNT.HRESULT FindName(WTypes.LPOLESTR szNameBuf, WinDef.ULONG lHashVal, Pointer[] ppTInfo, OaIdl.MEMBERID[] rgMemId, WinDef.USHORTByReference pcFound) 
 - 
ReleaseTLibAttrvoid ReleaseTLibAttr(OaIdl.TLIBATTR pTLibAttr) 
 
- 
 
-