Package com.sun.jna.platform.win32.COM.util
package com.sun.jna.platform.win32.COM.util
Provides COM Utilities
-
KlasseBeschreibungThis class is considered internal to the package.Enumerates the components of a moniker or the monikers in a table of monikers.Factory is intended as a simpler to use version of ObjectFactory.Java friendly version of
IDispatch
.IF you want to access the underlying raw (com.sun.jna.platform.win32.COM.IDispatch) object then have your @ComObject or @ComInterface interface extends this interface.Java friendly version ofIRunningObjectTable
Java friendly version of the IUnknown interface.Factory keeps track of COM objects - all objects created with this factory can be disposed by callingObjectFactory.disposeAll()
.This object acts as the invocation handler for interfaces annotated with ComInterface.