list = GetNVList(appName, killRequesters);
D0 A0 D1
struct MinList *GetNVList(STRPTR, BOOL);
Returns a pointer to an Exec list of nonvolatile Items associated with the appName requested.
The string appName may not contain the '/' or ':' characters. It is recommended that these characters be blocked from user input when requesting an appName string.
The protection field contains more bits than are required for storing the delete protection status. These bits are reserved for other system usage and may not be zero. When checking for the delete status use either the field mask NVIF_DELETE, or the bit definition NVIB_DELETE.