variant
Basic code to Delphi
I\'m struggling with the following: The goal is to parametrize an 开发者_运维知识库automation server for openoffice and I\'m programming in Delphi.[详细]
2022-12-12 05:16 分类:问答OLEVariant to .Net byte[]
I have开发者_JAVA技巧 an OLEVariant disguised as a .Net object that I recieve from a client-side component over the net. I know that the contents are an array of bytes, but I don\'t know how to conver[详细]
2022-12-11 23:16 分类:问答How do I (or if I can't) use Variants on simple DLLs?
I want to expose some functionality of a internal object as a DLL - but that functionality uses variants. But I need to know: I can export a function with Variant parameters and/or return - or is bett[详细]
2022-12-09 22:47 分类:问答How to make a type safe wrapper around Variant values
I\'m working with a OPC Server control that stores data tags as variant types, described by System.Runtime.InteropServices.VarEnum. These types include the following, VT_BSTR (string), VT_I2 (short) a[详细]
2022-12-09 17:15 分类:问答