Package com.sun.jna.platform.win32.COM
Interface ITypeLib
- All Superinterfaces:
- IUnknown
- All Known Implementing Classes:
- TypeLib,- TypeLib.ByReference
Wrapper class for the ITypeLib interface.
- Author:
- Tobias Wolf, wolf.tobias@gmx.net
- 
Field SummaryFields inherited from interface com.sun.jna.platform.win32.COM.IUnknownIID_IUNKNOWN
- 
Method SummaryModifier and TypeMethodDescriptionFindName(WTypes.LPOLESTR szNameBuf, WinDef.ULONG lHashVal, Pointer[] ppTInfo, OaIdl.MEMBERID[] rgMemId, WinDef.USHORTByReference pcFound) GetDocumentation(int index, WTypes.BSTRByReference pBstrName, WTypes.BSTRByReference pBstrDocString, WinDef.DWORDByReference pdwHelpContext, WTypes.BSTRByReference pBstrHelpFile) GetLibAttr(PointerByReference ppTLibAttr) GetTypeComp(PointerByReference ppTComp) GetTypeInfo(WinDef.UINT index, PointerByReference pTInfo) GetTypeInfoOfGuid(Guid.GUID guid, PointerByReference pTinfo) GetTypeInfoType(WinDef.UINT index, OaIdl.TYPEKIND.ByReference pTKind) IsName(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 Details- 
GetTypeInfoCountWinDef.UINT GetTypeInfoCount()
- 
GetTypeInfo
- 
GetTypeInfoType
- 
GetTypeInfoOfGuid
- 
GetLibAttr
- 
GetTypeComp
- 
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) 
- 
ReleaseTLibAttr
 
-