|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JIStruct | |
|---|---|
| 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. |
| org.jinterop.dcom.test | |
| Uses of JIStruct in org.jinterop.dcom.core |
|---|
| Fields in org.jinterop.dcom.core declared as JIStruct | |
|---|---|
static JIStruct |
JIStruct.MEMBER_IS_EMPTY
|
| Methods in org.jinterop.dcom.core that return JIStruct | |
|---|---|
JIStruct |
JICallBuilder.getResultAsStructAt(int index)
Returns the value as JIStruct at the index from the result list. |
| Methods in org.jinterop.dcom.core with parameters of type JIStruct | |
|---|---|
void |
JICallBuilder.addInParamAsStruct(JIStruct value,
int FLAGS)
Add [in] parameter as JIStruct at the end of the Parameter list. |
void |
JIUnion.addMember(java.lang.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. |
| Uses of JIStruct in org.jinterop.dcom.impls.automation |
|---|
| Constructors in org.jinterop.dcom.impls.automation with parameters of type JIStruct | |
|---|---|
ElemDesc(JIStruct values)
|
|
| Uses of JIStruct in org.jinterop.dcom.test |
|---|
| Methods in org.jinterop.dcom.test that return JIStruct | |
|---|---|
static JIStruct |
JIOPCEventSink.fileTimeOutStruct()
Create an out struct definition of this object that may be use in a call object |
| Methods in org.jinterop.dcom.test with parameters of type JIStruct | |
|---|---|
void |
EventNotificationListener.onEvent(JIStruct[] event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||