UF_UGMGR_validate_dataset_name_s (view source)
 
Defined in: uf_ugmgr_types.h
 
Also known as:
 
Overview
This function is called by NX when it wants to ensure that a dataset
name is valid. It is typically called in the context of saving an
existing part to a new part, and these details are passed to it in
case the function wants to use them to check the name.


Data Members

old_part_number
const char *
<I> Original item id

old_rev_name
const char *
<I> Original revision id

new_part_number
const char *
<I> New item id

new_rev_name
const char *
<I> New revision id

new_part_type
const char *
<I> New item type

new_dataset_name
const char *
<I>

valid
logical *
<O> Whether or not the name is considered valid

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