| Package | Description |
|---|---|
| org.jinterop.dcom.core |
Defines the classes and data structures required to work with j-Interop.
|
| Modifier and Type | Method and Description |
|---|---|
JIArray |
JIVariant.getObjectAsArray()
Retrieves the contained object as
JIArray. |
JIArray |
JICallBuilder.getResultAsArrayAt(int index)
Returns the value as
JIArray at the index from the result
list. |
| Modifier and Type | Method and Description |
|---|---|
void |
JICallBuilder.addInParamAsArray(JIArray value,
int FLAGS)
Add
[in] parameter as JIArray at the end of the
Parameter list. |
void |
JICallBuilder.insertInParamAsArrayAt(int index,
JIArray value,
int FLAGS)
Add
[in] parameter as JIArray at the specified
index in the Parameter list. |
static int |
JIFrameworkHelper.reverseArrayForDispatch(JIArray arrayToReverse) |
| Constructor and Description |
|---|
JIVariant(JIArray array)
Setting up a
VARIANT with a JIArray. |
JIVariant(JIArray array,
boolean isByRef)
Setting up a
VARIANT with a JIArray. |
JIVariant(JIArray array,
boolean isByRef,
int FLAG)
Setting up a
VARIANT with a JIArray. |
JIVariant(JIArray array,
int FLAG)
Setting up a
VARIANT with a JIArray. |
Copyright © 2022. All rights reserved.