Package com.sun.jna.platform.win32.COM
Class TypeLib.ByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.COM.COMInvoker
com.sun.jna.platform.win32.COM.Unknown
com.sun.jna.platform.win32.COM.TypeLib
com.sun.jna.platform.win32.COM.TypeLib.ByReference
- All Implemented Interfaces:
NativeMapped,ITypeLib,IUnknown,Structure.ByReference
- Enclosing class:
- TypeLib
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.jna.platform.win32.COM.TypeLib
TypeLib.ByReference -
Field Summary
Fields inherited from interface com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.platform.win32.COM.TypeLib
FindName, GetDocumentation, GetLibAttr, GetTypeComp, GetTypeInfo, GetTypeInfoCount, GetTypeInfoOfGuid, GetTypeInfoType, IsName, ReleaseTLibAttrMethods inherited from class com.sun.jna.platform.win32.COM.Unknown
AddRef, QueryInterface, ReleaseMethods inherited from class com.sun.jna.platform.win32.COM.COMInvoker
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoidMethods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sun.jna.platform.win32.COM.IUnknown
AddRef, QueryInterface, Release
-
Constructor Details
-
ByReference
public ByReference()
-