nxLibGetString

Navigation:  NxLib API > C Interface > Read Access >

nxLibGetString

Previous pageReturn to chapter overviewNext page

Retrieves the value of a String item.

Signature

NXLIBSTR nxLibGetString (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 value of the item. Please refer to the string type description here for the usage restrictions applying to the returned character pointer.