| 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 |
|---|---|
JIPointer |
JICallBuilder.getResultAsPointerAt(int index)
Returns the value as
JIPointer at the index from the result list. |
| Modifier and Type | Method and Description |
|---|---|
void |
JICallBuilder.addInParamAsPointer(JIPointer value,
int FLAGS)
Add
[in] parameter as JIPointer at the end of the Parameter list. |
void |
JICallBuilder.insertInParamAsPointerAt(int index,
JIPointer value,
int FLAGS)
Add
[in] parameter as JIPointer at the specified index in the Parameter list. |
| Modifier and Type | Field and Description |
|---|---|
JIPointer |
TypeDesc.arrayDesc |
JIPointer |
IdlDesc.dwReserved |
JIPointer |
FuncDesc.lprgelemdescParam |
JIPointer |
FuncDesc.lprgscode |
JIPointer |
VarDesc.lpstrSchema |
JIPointer |
TypeAttr.lpstrSchema |
JIPointer |
ParamDesc.lpVarValue |
JIPointer |
TypeDesc.typeDesc |
Copyright © 2017 LSST. All rights reserved.