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_Save saves the current registry settings to flash.

int Registry_Save( void);       
int WriteRegistry( 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

Saving the registry to flash overrides the default settings saved in the CE-image itself. Clearing the flash-registry with Registry_Clear restores default settings.

Requirements

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

  • No labels