Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32std.h
Link against:

Typedef TThreadFunction

typedef TInt (*TThreadFunction)(TAny *aPtr);

Support

Supported from 5.0

Description

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.