Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32const.h

Typedef TThreadFunction

typedef TInt(* TThreadFunction)(TAny*);

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.

See also: