A data type that is a character array used for storage of names.
#define NAME_SIZE 32
typedef char NAME[NAME_SIZE];
Remarks
Every entity-level structure stores its name in a NAME data type
See Also
BOS_NODE
Header
Help URL: http://www.yourdomain.com/help/index.html?name.htm