Function regorust::regoInputString
source ยท pub unsafe extern "C" fn regoInputString(
input: *mut regoInput,
value: *const c_char,
) -> regoEnumExpand description
@brief Adds a string value to the input object. @param input The input object. @param value The string value. @return REGO_OK if successful, REGO_ERROR otherwise.