UF_UGMGR_part_file_object_s (view source)
 
Defined in: uf_ugmgr_types.h
 
Also known as:
 
Overview
This structure is used to hold information about an NX partFile that is resolved by
the service UF_UGMGR_resolve_part_file_infos. The elements of this structure are
valid only if iFail is zero.


Data Members

fullSpec
char *
Returned string, %UGMGR filename. The string must freed after use with UF_free()

cliSpec
char *
Returned string, @DB-CommandLineInput filename of the part. The string must freed after use with UF_free()

partID
char *
Returned string, ID of the part. The string must freed after use with UF_free()

datasetName
char *
Returned string, Datasetname of the part. The string must freed after use with UF_free()

revisionID
char *
Returned string, Revision ID of the part. The string must freed after use with UF_free()

partNumber
char *
Returned string, PartNumber of the part. The string must freed after use with UF_free()

datasetType
char *
Returned string, The TC dataset type for this Part. The string must freed after use with UF_free()

pdiModelType
char *
Returned string, The equivalent PDI model type for this part. The string must freed after use with UF_free()

partTag
tag_t
Returned Database tag of the part

iFail
int
Returned Error code for this object, zero is success.