data = GetCopyNV(appName, itemName, killRequesters);
D0 A0 A1 D1
APTR GetCopyNV(STRPTR, STRPTR, BOOL);
Searches the nonvolatile storage for the indicated appName and itemName. A pointer to a copy of this data will be returned.
The strings appName and itemName may not contain the '/' or ':' characters. It is recommended that these characters be blocked from user input when requesting appName and itemName strings.
FreeNVData(), <libraries/nonvolatile.h>