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