diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-C45CE452-7260-5062-B14B-8445E6767DA3.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-C45CE452-7260-5062-B14B-8445E6767DA3.dita Tue Mar 30 11:56:28 2010 +0100 @@ -0,0 +1,57 @@ + + + + + +Patchable +Constants: KShtdwnTimeoutClient +EXPORT_C extern const TInt32 KShtdwnTimeoutClient = 500000; + + + + +

Exported from:

+

shutdownsrv.dll

+
+ +

Defined in:

+

.../os/devicesrv/resourcemgmt/powerandmemorynotificationservice/src/shutdownsrvpatchdata.cpp

+
+ +

Purpose:

+

This constant represents the timeout value for each client in microseconds. +The shutdown server uses it and KShtdwnTimeoutBase to calculate +the shutdown timer. The timeout is calculated as

KShtdwnTimeoutBase + KShtdwnTimeoutClient * numClients

where numClients is the number of connecting clients.

+
+ + +
+

If the timeout value is

+ +

KShtdwnTimeoutClient 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:

+ +

If values fall outside the specified ranges, the server panics with KErrNotSupported.

+
\ No newline at end of file