|
SEDRIS Reference Manual
APPENDIX C - LEVEL 0 READ and WRITE API AUXILIARY FUNCTIONS Functions SE ValidObjectLabel |
|---|
| extern SE_Boolean | ||||
| SE_ValidObjectLabel | ||||
| ( | ||||
| const | char | * | object_label_in | (notes) |
| ); | ||||
Checks that the given object label is valid, i.e., adheres to the same lexical conventions as a variable name in ANSI C.
| SE_TRUE | if a valid parameter was passed in. |
| SE_FALSE | otherwise. |
an object label to be validated.
Prev: SE_ValidLevel0APIFunction.
Next: SE_ValidOctTreeSelectParameters.
Up:Index.
|