Signature
native nvault_pset(vault, const key[], const value[]);
Description
Sets value of a vault entry and makes it permanent (non-erasable with nvault_prune()).
Notes
- A new entry is created if one with the given key doesn't exist.
- Permanent entries have no timestamp.
Parameters
- vault — A vault handle returned from nvault_open()
- key — A key to set the permanent value for
- value — A permanent value to set
No return value
Errors
- On invalid vault handle.