Name | Arguments | Description |
addRef
| |
Increments the reference count of the COM object.
|
getIDispatch
| |
Returns a COMIDispatch for this COM interface.
|
getIEnumVARIANT
| |
Returns an array of elements represented by the IEnumVARIANT interface for this
COM interface.
|
queryInterface
| className guid
|
Returns a COMIUnknown for the guid. The className must
be a Java class that extends the class jp.ne.so_net.ga2.no_ji.jcom.IUnknown .
|
release
| |
Decrements the reference count of the COM object.
|