| 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.
|
| org.jinterop.dcom.test |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Test_ITestServer2_Impl.Execute(JIString str) |
void |
Main.Execute(JIString str) |
JIVariant |
DWebBrowserEvents2.NewWindow3(JIVariant ppDisp,
JIVariant Cancel,
int dwFlags,
JIString bstrUrlContext,
JIString bstrUrl) |
void |
DWebBrowserEvents2.PropertyChange(JIString szProperty) |
void |
DWebBrowserEvents2.StatusTextChange(JIString text) |
void |
DWebBrowserEvents2.TitleChange(JIString Text) |
Copyright © 2017 LSST. All rights reserved.