| 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 | Field and Description |
|---|---|
static JIStruct |
JIStruct.MEMBER_IS_EMPTY |
| Modifier and Type | Method and Description |
|---|---|
JIStruct |
JICallBuilder.getResultAsStructAt(int index)
Returns the value as
JIStruct at the index from the result
list. |
| Modifier and Type | Method and Description |
|---|---|
void |
JICallBuilder.addInParamAsStruct(JIStruct value,
int FLAGS)
Add
[in] parameter as JIStruct at the end of
the Parameter list. |
void |
JIUnion.addMember(Object discriminant,
JIStruct member)
Adds a member to this Union.
|
void |
JICallBuilder.insertInParamAsStructAt(int index,
JIStruct value,
int FLAGS)
Add
[in] parameter as JIStruct at the specified
index in the Parameter list. |
| Constructor and Description |
|---|
ElemDesc(JIStruct values) |
Copyright © 2022. All rights reserved.