Uses of Class
com.ibm.di.automation.SafeArray
-
Packages that use SafeArray Package Description com.ibm.di.automation Provides classes for allowing the use of Windows methods. -
-
Uses of SafeArray in com.ibm.di.automation
Methods in com.ibm.di.automation that return SafeArray Modifier and Type Method Description SafeArray
VARIANT. toSafeArray()
SafeArray
VARIANT. toSafeArray(boolean deepCopy)
Methods in com.ibm.di.automation with parameters of type SafeArray Modifier and Type Method Description void
VARIANT. putSafeArray(SafeArray in)
void
VARIANT. putSafeArrayRef(SafeArray in)
void
SafeArray. reinit(SafeArray sa)
Constructors in com.ibm.di.automation with parameters of type SafeArray Constructor Description VARIANT(SafeArray in, boolean fByRef)
-