EXPORT_C extern const TInt32 KShtdwnTimeoutBase = 1000000;
If the timeout value is
-1 the timer is not used and the server will wait for all client registrations before executing the shutdown,
0 the timer expires immediately and the server will execute the shutdown immediately not waiting for any client re-registration, or
greater than 0 the server will wait a certain period of time for the client registrations and execute the shutdown if the timer expires or all clients re-register.
KShtdwnTimeoutBase is an internal constant and should not be directly modified. Device creators who wish to alter KShtdwnTimeoutClient and KShtdwnTimeoutBase should define these ROM build-time macros in their product HRH or IBY files:
SYMBIAN_PWRCLI_PATCHDATA_KSHTDWNTIMEOUTBASE with value >= -1,
SYMBIAN_PWRCLI_PATCHDATA_KSHTDWNTIMEOUTCLIENT with value >= 0.
If values fall outside the specified ranges, the server panics with KErrNotSupported.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.