Share via


SetCleanRebootFlag (Windows Embedded CE 6.0)

1/5/2010

This function resets the object store when a device resets.

Syntax

void SetCleanRebootFlag(void); 

Parameters

None.

Return Value

None.

Remarks

When you call this function during a device reset, the OS ignores the contents of the object store and replaces the current data with the default data found in the .bin file.

This information is the same as when a device is forced into a cold reset.

Requirements

Header pkfuncs.h
Library coredll.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Tasks

Erasing the Object Store

Reference

Other OAL Functions

Other Resources

Clean, Cold, and Warm Booting