Union: SMC_VALUE_UNION

A union used in conjunction with smc_connect_props, smc_get_command_info, and smc_get_dataitem_value to set and retrieve results.

typedef union SMC_VALUE_UNION {

SMC_INT

intValue

SMC_LONG

longValue

SMC_DOUBLE

doubleValue

SMC_SIZET

sizetValue

SMC_CHARP

stringValue

SMC_VOIDP

voidpValue

SMC_DATETIME

datetimeValue

} SMC_VALUE_UNION;