UF_UGMGR_saveas_dataset_name_s (view source)
 
Defined in: uf_ugmgr_types.h
 
Also known as:
 
Overview
This structure may be used to define the parameters for a
non-master, dataset name in a customisation of the saveas master
part dialog in NX Manager.


Data Members

old_owner
const char*
Owner of existing dataset,
this may be NULL.

old_owner_revision
const char*
revision of owner of
existing dataset, this may
be NULL.

old_dataset
const char*
Name of existing dataset,
this may be NULL.

relation_type
const char*
Name of relation type
between the owner and the
dataset.

new_owner
const char*
Name of the new owner of
the dataset.

new_owner_revision
const char*
Revision of the new owner
of the dataset.

dataset_name_modifiable
logical
Flag whether the user can
change the returned value
of dataset_name.

dataset_name [ UF_UGMGR_NAME_SIZE+1 ]
char
Returned string for saveas
dataset name, this may be
an empty string.

ifail
int
Failure code returned
from the user program,
zero is success.