|
SEDRIS Reference Manual
APPENDIX C - LEVEL 0 READ and WRITE API AUXILIARY FUNCTIONS Functions SE ValidTransmittalName |
|---|
| extern SE_Boolean | ||||
| SE_ValidTransmittalName | ||||
| ( | ||||
| const | char | * | transmittal_name_in | (notes) |
| ); | ||||
Given an character string representing a formal SEDRIS transmittal name, checks that this name is valid. See SE_ResolveTransmittalName() for a more detailed description.
| SE_TRUE | if transmittal_name_in forms a valid transmittal name. |
| SE_FALSE | otherwise. |
a pointer to character array specifying a valid
transmittal name in the formal SEDRIS namespace. This parameter is
validated only based upon the structured format of the name string as
described above. That is, the sub-fields within the string are only
checked for proper structure (character set, delimiters, etc.) and are
NOT checked for consistency with namespace delegation rules, and proper
use of transmittal versioning.
Prev: SE_ValidTimeSelectParameters.
Next: SE_ValidTraversalOrder.
Up:Index.
|