IFactoryResetHandler Interface Reference


Description

Implemented by platform components/applications that wish to take action on factory reset.

import "IFactoryResetHandler.idl";

List of all members.

Public Member Functions

oneway void PerformFactoryReset (in long flags)

Member Function Documentation

oneway void IFactoryResetHandler::PerformFactoryReset ( in long  flags  ) 

A factory reset has been requested. The handler should do the reset indicated by the flags (if any) and then call IPlatformService::FactoryResetHandlerDone (for platform components) or IApplicationService::FactoryResetHandlerDone (for applications).

Parameters:
flags Flags indicating which parts to reset.
See also:
IToiPlatformService::TToiResetFlag.