Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



How to create an RTimer

The following example code demonstrates how to set up an RTimer.

RTimer timer;
TRequestStatus timerStatus; // request status associated with timer
timer.CreateLocal(); // create for this thread


Note