nxLibGetName

Navigation:  NxLib API > C Interface > Read Access >

nxLibGetName

Previous pageReturn to chapter overviewNext page

Retrieves string of an item. This function is intended to be used to enumerate subitems of an Object. The subitems can be accessed by the index notation (see here), then the corresponding names can be queried with nxLibGetName.

Signature

NXLIBSTR nxLibGetName (NXLIBINT* result, NXLIBSTR itemPath);

Parameters

result

A pointer to a variable for the error code of the operation.

itemPath

The path of the item to access.

Return Value

The string name of the item, without its path.