Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Gets values of a Variant
Gets values of a Variant [message #438033] Tue, 15 June 2004 09:36
No real name is currently offline No real nameFriend
Messages: 7
Registered: July 2009
Junior Member
Hi,
I get data form an ActiveX without problems (using
org.eclipse.swt.ole.win32.OleAutomation).
One property of the same ActiveX returns an array of three integer values
(assigned in a variant). When i get the value, the variant type is 8195 ( I
think that it is VT_ARRAY (8192) + 3 ( length of the array))

My problem: I do not known how to get the three values. Does not exists
variant.getArray() or similar.
Thanks
Previous Topic:Get values of Variant
Next Topic:nested SashForm setBackground erratic behaviour on CTabFolder
Goto Forum:
  


Current Time: Fri Apr 19 16:34:48 GMT 2024

Powered by FUDForum. Page generated in 0.03315 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top