lrc_variant_short_by_ref

Example: lrc_variant_short_by_refAssignment to Variants - By Reference and By Variant

Assigns a string to a short integer stored by reference in a variant.

VARIANT lrc_variant_short_by_ref( const char* str );
str A character string representing a short integer.

The lrc_variant_short_by_ref function assigns a string to a short integer stored by reference in a variant.

Return Values

lrc Return Values

Parameterization

Parameterization is not applicable to this function.