Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <CACHEMAN.H>

Struct TImCacheManagerProgress

struct TImCacheManagerProgress;

Description

Holds progress of a cache management cleanup operation.

Members

Defined in TImCacheManagerProgress:

See also:


Member data


iTotalMessages

TInt iTotalMessages;

Description

Total number of messages to process.

Note that, immediately after a CImCacheManager object is started, the progress operation may return 1 for iTotalMessages and 0 for iMessagesProcessed, regardless of the total number of messages. This is because the counter for the iTotalMessages operates asynchronously and may not have counted all of the messages at that time.


iMessagesProcessed

TInt iMessagesProcessed;

Description

Number of messages processed so far.