Package | Description |
---|---|
com.jacob.com |
Modifier and Type | Method and Description |
---|---|
SafeArray |
Variant.toSafeArray()
By default toSafeArray makes a deep copy due to the fact that this
Variant owns the embedded SafeArray and will destroy it when it gc's
calls toSafeArray(true).
|
SafeArray |
Variant.toSafeArray(boolean deepCopy)
This lets folk turn into a safe array without a deep copy.
|
Modifier and Type | Method and Description |
---|---|
void |
Variant.putSafeArray(SafeArray in)
have no idea...
|
void |
Variant.putSafeArrayRef(SafeArray in)
have no idea...
|
void |
SafeArray.reinit(SafeArray sa)
Does anyone want to document this?
|
http://jacob-project.sourceforge.net