Location:
e32std.h
Link against:
typedef TInt (*TThreadFunction)(TAny *aPtr);
Supported from 5.0
Defines a pointer to a thread function which takes a pointer of
type TAny
and returns a TInt
.
A function of this type is passed as parameter to
RThread::Create()
when creating a thread. Control passes to this
function when the thread is first scheduled for execution.