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

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

Methods in com.jniwrapper.win32.automation.types that return TypeDesc
 TypeDesc TypeDesc.getLptdesc()
           
 TypeDesc TypeAttr.getTdescAlias()
           
 TypeDesc ElemDesc.getTdesc()
           
 TypeDesc ArrayDesc.getTdescElem()
           
 

Constructors in com.jniwrapper.win32.automation.types with parameters of type TypeDesc
TypeDesc(TypeDesc that)