TwParamValueType (enum)

enum TwParamValueType

Description

Constants used by TwSetParam and TwGetParam to specify the type of parameter(s) value(s).

Constants

TW_PARAM_INT32

Parameter(s) of type int (32 bits).

TW_PARAM_FLOAT

Parameter(s) of type float.

TW_PARAM_DOUBLE

Parameter(s) of type double.

TW_PARAM_CSTRING

Parameter of type C-string, i.e, a zero-terminated array of char.

See also