|
|
|
N_Name_setWithAStr
Relates a name to a thing.
| pSVO = N_Name_setWithAStr (pN, str, replace_b=FALSE) |
| Dir |
Type |
Par |
Description |
| in |
int* |
pN |
A node/thing to be named. |
| in |
TCHAR* |
str |
An ascii string. |
| in |
BOOL |
replace_b |
If TRUE, replaces existing name.
If FALSE, adds name. |
| return |
int* |
pSVO |
Returns pN's relation to its name. |
Notes:
Example:
Sample Code
Related:
N_AncOf_b,
N_ClsInst_get,
N_create,
N_delete,
N_deleteDescs,
N_isSys_b,
N_Name_get,
N_Name_getEx,
N_Name_setWithAStr,
N_Str_getNamed,
N_SVO_getElem,
N_SV_getO,
N_SVO_set,
N_EA_setV_wAStr
|