Class Unknown

All Implemented Interfaces:
NativeMapped, IUnknown
Direct Known Subclasses:
ConnectionPoint, ConnectionPointContainer, Dispatch, EnumMoniker, EnumVariant, Moniker, RecordInfo, RunningObjectTable, TypeComp, TypeInfo, TypeLib, Unknown.ByReference, Wbemcli.IEnumWbemClassObject, Wbemcli.IWbemClassObject, Wbemcli.IWbemContext, Wbemcli.IWbemLocator, Wbemcli.IWbemQualifierSet, Wbemcli.IWbemServices

public class Unknown extends COMInvoker implements IUnknown
Wrapper class for the ITypeInfo interface Method Name V-Table Offset IUnknown.QueryInterface 0 IUnknown.AddRef 4 IUnknown.Release 8
Author:
Tobias Wolf, [email protected]
  • Constructor Details

    • Unknown

      public Unknown()
    • Unknown

      public Unknown(Pointer pvInstance)
      Instantiates a new i unknown.
      Parameters:
      pvInstance - the pv instance
  • Method Details