Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Variant to byte Array



Hello,

How can I get a byte array from a Variant object?
The byte array is the return value from a function.

e.g.
Variant pVarResult = getAuto().invoke(getIDOfName("getPDFStream"));

Thanks a lot, Markus



Back to the top