nvault_remove
Syntax
native nvault_remove(vault, const key[]);
Usage
| Parameter | Description |
|---|---|
| vault | A vault handle returned from nvault_open() |
| key | The key to remove from the vault |
Description
Removes an entry from the vault by its key.
Return
This function has no return value.
Error
On invalid vault handle.