Signature
native nvault_set(vault, const key[], const value[]);
Description
Sets value of a vault entry and updates the timestamp.
Notes
- A new entry is created if one with the given key doesn't exist.
Parameters
- vault — A vault handle returned from nvault_open()
- key — A key to set the value for
- value — A value to set
No return value
Errors
- On invalid vault handle.