Uses of Class
com.jniwrapper.win32.automation.types.SafeArray

Packages that use SafeArray
com.jniwrapper.win32.automation.types The com.jniwrapper.win32.automation.types package contains various Automation types wrappers, such as Variant, BStr, SafeArray and other. 
 

Uses of SafeArray in com.jniwrapper.win32.automation.types
 

Methods in com.jniwrapper.win32.automation.types that return SafeArray
 SafeArray Variant.getParray(VarType vt)
           
 SafeArray Variant.getParray(VarType vt, java.lang.Class parameterClass)
           
 SafeArray Variant.getSafeArray()
          Returns an instance of the SafeArray, which is stored in this variant.
 SafeArray Variant.getSafeArray(java.lang.Class parameterClass)
          Returns an instance of the SafeArray, which is stored in this variant.
 

Methods in com.jniwrapper.win32.automation.types with parameters of type SafeArray
 void Variant.setSafeArray(SafeArray safeArray)
          Sets the new safe array to this variant.
 

Constructors in com.jniwrapper.win32.automation.types with parameters of type SafeArray
Variant(SafeArray array)