SEDRIS Reference Manual
APPENDIX C - LEVEL 0 READ and WRITE API AUXILIARY FUNCTIONS
Functions
SE ValidObjectLabel
extern SE_Boolean
SE_ValidObjectLabel
(
constchar *object_label_in (notes)
);

Definition

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
  1. consist only of letters, numbers, and underscores
  2. shall begin with a letter


Returns

SE_TRUE if a valid parameter was passed in.
SE_FALSE otherwise.


Parameters Notes


object_label_in

 an object label to be validated.


Prev: SE_ValidLevel0APIFunction. Next: SE_ValidOctTreeSelectParameters. Up:Index.

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™