| Package | Description |
|---|---|
| org.jinterop.dcom.core |
Defines the classes and data structures required to work with j-Interop.
|
| org.jinterop.dcom.impls.automation |
Defines out-of-box classes for usage with COM servers supporting automation.
|
| Modifier and Type | Method and Description |
|---|---|
JIString |
JIVariant.getObjectAsString()
Retrieves the contained object as
JIString. |
JIString |
JICallBuilder.getResultAsStringAt(int index)
Returns the value as
JIString at the index from the result
list. |
| Constructor and Description |
|---|
JIVariant(JIString value)
Setting up a
VARIANT with a JIString. |
JIVariant(JIString value,
boolean isByRef)
Setting up a
VARIANT with a JIString. |
| Modifier and Type | Method and Description |
|---|---|
JIString |
IJITypeInfo.getMops(int memberId)
Retrieves marshaling information.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
IJITypeLib.findName(JIString nameBuf,
int hashValue,
short found)
Finds occurrences of a type description in a type library.
|
Copyright © 2022. All rights reserved.