Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The function Registry_Clear erases the registry stored in flash.

int Registry_Clear( void);     
int ErasePersistantRegistry( void);

Parameters

none

Return Values

If the function succeeds, the return value is 0x80000000.

If the function fails, the return value is not 0x80000000.

Remarks

Clearing the persistant registry restores the default settings saved in the image itself. This is only useful when the registry has been previously saved with Registry_Save.

Requirements

OS Versions: Windows CE 4.2 and later.
Header: drvLib_app.h
Link Library: drvLib_app.lib

See Also

Registry_Save

  • No labels