| 
SEDRIS Reference Manual
 APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions Functions SE ValidObjectLabel  | 
|---|
| extern SE_Boolean | ||||
| SE_ValidObjectLabel | ||||
| ( | ||||
| const | SE_String | * | object_label_in | 1 | 
| ); | ||||
Checks that the given object label is valid, i.e., adheres to the same lexical conventions as a variable name in ANSI C. Specifically, object_label_in, if valid, shall
| SE_TRUE | if a valid parameter was passed in. | 
| SE_FALSE | otherwise. | 
1 an object label to be validated.
Prev: SE_ValidObjectInclusion.
Next: SE_ValidOctantSelectParameters.
Up:Index.
  |