nxLibSetNull

Navigation:  NxLib API > C Interface > Write Access >

nxLibSetNull

Previous pageReturn to chapter overviewNext page

Sets an item to the value Null.

Signature

void nxLibSetNull (NXLIBERR* result, NXLIBSTR itemPath);

Parameters

result

The error code of the operation.

itemPath

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

Return Value

none