Function regorust::regoInputObject
source · pub unsafe extern "C" fn regoInputObject(
input: *mut regoInput,
count: regoSize,
) -> regoEnumExpand description
@brief Uses the top ‘count’ values on the stack to create an object and pushes it back onto the stack. @note The top ‘count’ values must be object items. @param input The input object. @param count The number of object items to use. @return REGO_OK if successful, REGO_ERROR, REGO_INPUT_MISSING_ARGUMENTS, or REGO_INPUT_OBJECT_ITEM otherwise.