UF_ASSEM_upgrade_status_s
(查看源代码)
定义在: uf_assem_types.h
也被称为:
UF_ASSEM_upgrade_status_t
UF_ASSEM_upgrade_status_p_t
概述
Assembly Upgrade status structure
Data Members
failed
logical
true if any components could not be upgraded
n_components
int
length of the following two arrays
component_names
char * *
array of component names that failed to upgrade.
This array must be freed using
UF_free_string_array.
statuses
int *
associated statuses with each file name. This
array must be freed using UF_free.