dwt ~master (2018-03-04T11:18:22Z)
Home
Dub
Repo
Variant.this
org
eclipse
swt
ole
win32
Variant
Variant
Create an empty Variant object with type VT_EMPTY.
@since 2.0
this
()
class
Variant
this
(
)
this
(
float
val
)
this
(
double
val
)
this
(
int
val
)
this
(
void
*
ptr
,
ushort
byRefType
)
this
(
OleAutomation
automation
)
this
(
IDispatch
idispatch
)
this
(
IUnknown
unknown
)
this
(
long
val
)
this
(
String
string
)
this
(
short
val
)
this
(
bool
val
)
Meta
Source
See Implementation
org
eclipse
swt
ole
win32
Variant
Variant
constructors
this
functions
dispose
getAutomation
getBoolean
getByRef
getByte
getChar
getDispatch
getDouble
getFloat
getInt
getLong
getShort
getString
getType
getUnknown
setByRef
toString
static functions
win32_copy
win32_new
Create an empty Variant object with type VT_EMPTY.
@since 2.0