diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-E3F5ECD4-1531-53AA-A562-5C855C6AC0F2.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-E3F5ECD4-1531-53AA-A562-5C855C6AC0F2.dita Tue Mar 30 11:56:28 2010 +0100 @@ -0,0 +1,57 @@ + + + + + +Patchable +Constants: KShtdwnTimeoutBase +EXPORT_C extern const TInt32 KShtdwnTimeoutBase = 1000000; + + + + +

Exported from:

+

shutdownsrv.dll

+
+ +

Defined in:

+

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

+
+ +

Purpose:

+

This constant represents the base timeout value in microseconds. +The shutdown server uses it and KShtdwnTimeoutClient 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

+ +

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:

+ +

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

+
\ No newline at end of file