Implemented by platform components/applications that wish to take action on factory reset.
import "IFactoryResetHandler.idl";
Public Member Functions | |
oneway void | PerformFactoryReset (in long flags) |
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).
flags | Flags indicating which parts to reset. |