Uses of Class
au.com.swz.swttocom.swt.types.HRESULT

Packages that use HRESULT
au.com.swz.swttocom.swt.types   
 

Uses of HRESULT in au.com.swz.swttocom.swt.types
 

Methods in au.com.swz.swttocom.swt.types that return HRESULT
static HRESULT TypeUtils.convertToHRESULT(org.eclipse.swt.ole.win32.Variant v)
          Converts a Variant to a HRESULT.
 

Methods in au.com.swz.swttocom.swt.types with parameters of type HRESULT
static org.eclipse.swt.ole.win32.Variant TypeUtils.convertFromHRESULT(HRESULT hresult)
          Converts a HRESULT into a Variant.