native

nvault_set

Syntax

native nvault_set(vault, const key[], const value[]);

Description

Sets value of a vault entry and updates the timestamp.

Parameters

vault A vault handle returned from nvault_open()
key A key to set the value for
value A value to set

Note

A new entry is created if one with the given key doesn't exist.

Return

This function has no return value.

Error

On invalid vault handle.