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

Packages that use VarType
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 VarType in com.jniwrapper.win32.automation.types
 

Methods in com.jniwrapper.win32.automation.types that return VarType
 VarType Variant.getVt()
           
 VarType TypeDesc.getVt()
           
static VarType SafeArray.getSafeArrayType(Parameter psa)
          Determines VarType of a specified safe array parameter
 

Methods in com.jniwrapper.win32.automation.types with parameters of type VarType
 SafeArray Variant.getParray(VarType vt)
           
 SafeArray Variant.getParray(VarType vt, java.lang.Class parameterClass)
           
 Pointer Variant.getPparray(VarType vt)
           
 Pointer Variant.getPparray(VarType vt, java.lang.Class parameterClass)
           
static java.lang.Class Variant.getElementType(VarType varType)
          Returns one of JNIWrapper types (classes) that corresponds to the specified VarType.
static java.lang.Class Variant.getPrimitiveElementType(VarType varType)
          Returns one of JNIWrapper types (classes) that corresponds to the specified VarType.
 

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