|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <user_exits.h>
Data Fields | |
| int | copy_state |
| logical | modifiable |
| char | new_name [WSO_name_size_c+1] |
| logical | original_owner |
| logical | validation_required |
Definition at line 159 of file user_exits.h.
| int USER_DATASET_details_s::copy_state |
Output copy state: <br>
USER_DATASET_always_copy
USER_DATASET_never_copy
USER_DATASET_user_chooses
Usually generated from SP4
Definition at line 162 of file user_exits.h.
| logical USER_DATASET_details_s::modifiable |
Whether or not the user should be allowed to change the name
Definition at line 168 of file user_exits.h.
| char USER_DATASET_details_s::new_name[WSO_name_size_c+1] |
New dataset name
Definition at line 161 of file user_exits.h.
| logical USER_DATASET_details_s::original_owner |
Whether the new dataset should be owned by the owner of the original dataset,
or the user doing the copying.
Definition at line 172 of file user_exits.h.
| logical USER_DATASET_details_s::validation_required |
Whether or not the name of this dataset needs to pass the
validation check provided by USER_validate_dataset_name (useful when the user is allowed to change the name).
Definition at line 169 of file user_exits.h.