nxLibSetString

Navigation:  NxLib API > C Interface > Write Access >

nxLibSetString

Previous pageReturn to chapter overviewNext page

Sets an item to the specified string. The resulting item will be of type String.

Signature

void nxLibSetString (NXLIBERR* result, NXLIBSTR itemPath, NXLIBSTR value);

Parameters

result

The error code of the operation.

itemPath

The path of the item to set. When specifying a subtree, the entire subtree will be replaced by the specified value.

value

The value to set.

Return Value

none