Class IUnknown

java.lang.Object
org.eclipse.swt.internal.ole.win32.IUnknown
Direct Known Subclasses:
IClassFactory2, IConnectionPoint, IConnectionPointContainer, IDataObject, IDispatch, IDragSourceHelper, IDropTargetHelper, IEnum, IFont, IOleCommandTarget, IOleControl, IOleDocument, IOleDocumentView, IOleLink, IOleObject, IOleWindow, IPersist, IPropertyBag, IProvideClassInfo, IServiceProvider, ISpecifyPropertyPages, IStorage, IStream, ITypeInfo, IViewObject2, IWebCookieManager, IWebDataSource, IWebDocumentRepresentation, IWebDownload, IWebError, IWebErrorPrivate, IWebFrame, IWebFramePrivate, IWebIBActions, IWebMutableURLRequestPrivate, IWebOpenPanelResultListener, IWebPolicyDecisionListener, IWebPreferences, IWebURLAuthenticationChallenge, IWebURLAuthenticationChallengeSender, IWebURLCredential, IWebURLProtectionSpace, IWebURLRequest, IWebURLResponse, IWebView, IWebViewPrivate

public class IUnknown extends Object
  • Constructor Details

    • IUnknown

      public IUnknown(int address)
  • Method Details

    • AddRef

      public int AddRef()
    • getAddress

      public int getAddress()
    • QueryInterface

      public int QueryInterface(GUID riid, int[] ppvObject)
    • Release

      public int Release()