a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 nonvolatile.library
  --background--
  DeleteNV
  FreeNVData
  GetCopyNV
  GetNVInfo
  GetNVList
  SetNVProtection
  StoreNV
Include
GuruMeditation
Docs » Autodocs » nonvolatile.library » GetCopyNV

NAME

	GetCopyNV -- return a copy of an item stored in nonvolatile storage.
(V40)

SYNOPSIS

	data = GetCopyNV(appName, itemName, killRequesters);
D0 A0 A1 D1
APTR GetCopyNV(STRPTR, STRPTR, BOOL);

FUNCTION

	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.

INPUTS

	appName - NULL terminated string indicating the application name
to be found. Maximum length is 31.
itemName - NULL terminated string indicated the item within the
application to be found. Maximum length is 31.
killRequesters - Suppress system requesters flag. TRUE if all system
requesters are to be suppressed during this function.
FALSE if system requesters are allowed.

RESULT

	data - pointer to a copy of the data found in the nonvolatile storage
assocated with appName and itemName. NULL will be returned
if there is insufficient memory or the appName/itemName does
not exist.

SEE ALSO

FreeNVData(), <libraries/nonvolatile.h>

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Crystal

PDX
AYS
AFL
CSL

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se